diff --git a/Makefile b/Makefile index 1dc5b0a046..76f90f7beb 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,8 @@ $(1)terraform: lambdas .PHONY: $(1)deploy $(1)deploy: check_python $(1)terraform - python $(project_root)/scripts/post_deploy_tdr.py + python $(project_root)/scripts/reindex.py --import --sources "tdr:${GOOGLE_PROJECT}:snapshot/*" + python $(project_root)/scripts/verify_tdr_sources.py endef $(eval $(call deploy,)) diff --git a/requirements.all.txt b/requirements.all.txt index fb85711f57..525cbcc633 100644 --- a/requirements.all.txt +++ b/requirements.all.txt @@ -10,7 +10,7 @@ blinker==1.8.2 boto3==1.28.63 boto3-stubs==1.28.63 botocore==1.31.63 -botocore-stubs==1.34.149 +botocore-stubs==1.34.150 brotli==1.1.0 cachetools==5.4.0 certifi==2024.7.4 diff --git a/requirements.dev.trans.txt b/requirements.dev.trans.txt index 52f4e2f303..f5cc870547 100644 --- a/requirements.dev.trans.txt +++ b/requirements.dev.trans.txt @@ -1,6 +1,6 @@ blessed==1.20.0 blinker==1.8.2 -botocore-stubs==1.34.149 +botocore-stubs==1.34.150 brotli==1.1.0 click==8.1.7 colorama==0.4.4 diff --git a/scripts/post_deploy_tdr.py b/scripts/verify_tdr_sources.py similarity index 100% rename from scripts/post_deploy_tdr.py rename to scripts/verify_tdr_sources.py