tests: fix gcp_tpu_node test

- gcp_tpu_node was using an old TensorFlow version, as well as using
  a popular TPU variant (3-8) in a zone that had a capacity limit.
  Both have been updated to working values.
This commit is contained in:
Yusuke Tsutsumi 2022-10-09 06:34:12 +00:00
commit d8c1d2f8b8
3 changed files with 11 additions and 13 deletions

View file

@ -33,7 +33,6 @@ SERVICE_LIST=(
REQUIRED_ROLE_LIST=(
"roles/storage.objectAdmin"
"roles/source.admin"
"roles/resourcemanager.projects.create"
)
for SERVICE in "${SERVICE_LIST[@]}"; do