Skip to content

Commit b67cc1b

Browse files
committed
Hardcoding TPU7x change
1 parent 1302ba5 commit b67cc1b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/cloud-build/daily-tests/builds/gke-tpu-7x.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
@@ -66,7 +66,7 @@ steps:
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']

0 commit comments

Comments
 (0)