File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
tools/cloud-build/daily-tests/builds Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ steps:
5151 - |
5252 set -e -u -o pipefail
5353 echo "Sourcing find_available_zone.sh to determine zone."
54- source /workspace/tools/cloud-build/find_available_zone.sh
55- if [ -z "$${ZONE:-}" ]; then
56- echo "ERROR: ZONE not found" >&2
57- exit 1
58- fi
54+ # source /workspace/tools/cloud-build/find_available_zone.sh
55+ # if [ -z "$${ZONE:-}" ]; then
56+ # echo "ERROR: ZONE not found" >&2
57+ # exit 1
58+ # fi
5959 set -x
6060 cd /workspace
6161 if [ "${_TEST_PREFIX}" == "daily-" ]; then
6666 else
6767 make
6868 fi
69- REGION="$${ZONE%-*}"
69+ # REGION="$${ZONE%-*}"
7070 BUILD_ID_SHORT="$${BUILD_ID:0:6}"
7171 EXAMPLE_BP=examples/gke-tpu-7x/gke-tpu-7x.yaml
7272 # adding vm to act as remote node
@@ -107,7 +107,7 @@ steps:
107107 ansible-playbook tools/cloud-build/daily-tests/ansible_playbooks/base-integration-test.yml \
108108 --user=sa_106486320838376751393 \
109109 --extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \
110- --extra-vars="region=$${REGION} zone=$${ZONE} " \
110+ --extra-vars="region=us-central1 zone=us-central1-c " \
111111 --extra-vars="enable_spot=$${ENABLE_SPOT}" \
112112 --extra-vars="@$${GKE_VARS_FILE}"
113113 secretEnv : ['GCLUSTER_GCS_PATH']
You can’t perform that action at this time.
0 commit comments