From 0a86103c21a50b902d0850af8b92be87f8cfac5f Mon Sep 17 00:00:00 2001 From: Hongye Sun Date: Tue, 12 Feb 2019 11:24:34 -0800 Subject: [PATCH 1/2] move to us-east1 --- test/presubmit-tests-with-pipeline-deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/presubmit-tests-with-pipeline-deployment.sh b/test/presubmit-tests-with-pipeline-deployment.sh index 85d6206a0b5..718493eb473 100755 --- a/test/presubmit-tests-with-pipeline-deployment.sh +++ b/test/presubmit-tests-with-pipeline-deployment.sh @@ -71,7 +71,7 @@ echo "presubmit test starts" # activating the service account gcloud auth activate-service-account --key-file="${GOOGLE_APPLICATION_CREDENTIALS}" -gcloud config set compute/zone us-west1-a +gcloud config set compute/zone us-east1-a gcloud config set core/project ${PROJECT} #Uploading the source code to GCS: From bdd678e65bb95a5f613629aaaa768ecc7715e233 Mon Sep 17 00:00:00 2001 From: Hongye Sun Date: Tue, 12 Feb 2019 12:07:33 -0800 Subject: [PATCH 2/2] switch to us-east1-b --- test/presubmit-tests-with-pipeline-deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/presubmit-tests-with-pipeline-deployment.sh b/test/presubmit-tests-with-pipeline-deployment.sh index 718493eb473..4892b2069f6 100755 --- a/test/presubmit-tests-with-pipeline-deployment.sh +++ b/test/presubmit-tests-with-pipeline-deployment.sh @@ -71,7 +71,7 @@ echo "presubmit test starts" # activating the service account gcloud auth activate-service-account --key-file="${GOOGLE_APPLICATION_CREDENTIALS}" -gcloud config set compute/zone us-east1-a +gcloud config set compute/zone us-east1-b gcloud config set core/project ${PROJECT} #Uploading the source code to GCS: