From bdbe1ba26dec803fa216500843d2561735922206 Mon Sep 17 00:00:00 2001 From: IronPan Date: Mon, 11 Feb 2019 13:13:56 -0800 Subject: [PATCH 1/2] switch test to 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 1b43175ed61..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-central1-a +gcloud config set compute/zone us-east1-b gcloud config set core/project ${PROJECT} #Uploading the source code to GCS: From 101501b6be6e1962e89327a7a0d957b09274a2ab Mon Sep 17 00:00:00 2001 From: IronPan Date: Mon, 11 Feb 2019 15:22:35 -0800 Subject: [PATCH 2/2] Update presubmit-tests-with-pipeline-deployment.sh --- 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 4892b2069f6..85d6206a0b5 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-b +gcloud config set compute/zone us-west1-a gcloud config set core/project ${PROJECT} #Uploading the source code to GCS: