diff --git a/scripts/bootstrap-project.sh b/scripts/bootstrap-project.sh index 2cf6cd9..924d713 100755 --- a/scripts/bootstrap-project.sh +++ b/scripts/bootstrap-project.sh @@ -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 diff --git a/tests/integration/targets/gcp_tpu_node/aliases b/tests/integration/targets/gcp_tpu_node/aliases index 9812f01..0e4419e 100644 --- a/tests/integration/targets/gcp_tpu_node/aliases +++ b/tests/integration/targets/gcp_tpu_node/aliases @@ -1,2 +1 @@ -cloud/gcp -unsupported +cloud/gcp \ No newline at end of file diff --git a/tests/integration/targets/gcp_tpu_node/tasks/autogen.yml b/tests/integration/targets/gcp_tpu_node/tasks/autogen.yml index 4f00836..eeadf54 100644 --- a/tests/integration/targets/gcp_tpu_node/tasks/autogen.yml +++ b/tests/integration/targets/gcp_tpu_node/tasks/autogen.yml @@ -17,8 +17,8 @@ google.cloud.gcp_tpu_node: name: "{{ resource_name }}" zone: us-central1-b - accelerator_type: v3-8 - tensorflow_version: '1.11' + accelerator_type: v2-8 + tensorflow_version: '2.10.0' cidr_block: 10.2.0.0/29 project: "{{ gcp_project }}" auth_kind: "{{ gcp_cred_kind }}" @@ -29,8 +29,8 @@ google.cloud.gcp_tpu_node: name: "{{ resource_name }}" zone: us-central1-b - accelerator_type: v3-8 - tensorflow_version: '1.11' + accelerator_type: v2-8 + tensorflow_version: '2.10.0' cidr_block: 10.2.0.0/29 project: "{{ gcp_project }}" auth_kind: "{{ gcp_cred_kind }}" @@ -59,8 +59,8 @@ google.cloud.gcp_tpu_node: name: "{{ resource_name }}" zone: us-central1-b - accelerator_type: v3-8 - tensorflow_version: '1.11' + accelerator_type: v2-8 + tensorflow_version: '2.10.0' cidr_block: 10.2.0.0/29 project: "{{ gcp_project }}" auth_kind: "{{ gcp_cred_kind }}" @@ -76,8 +76,8 @@ google.cloud.gcp_tpu_node: name: "{{ resource_name }}" zone: us-central1-b - accelerator_type: v3-8 - tensorflow_version: '1.11' + accelerator_type: v2-8 + tensorflow_version: '2.10.0' cidr_block: 10.2.0.0/29 project: "{{ gcp_project }}" auth_kind: "{{ gcp_cred_kind }}" @@ -106,8 +106,8 @@ google.cloud.gcp_tpu_node: name: "{{ resource_name }}" zone: us-central1-b - accelerator_type: v3-8 - tensorflow_version: '1.11' + accelerator_type: v2-8 + tensorflow_version: '2.10.0' cidr_block: 10.2.0.0/29 project: "{{ gcp_project }}" auth_kind: "{{ gcp_cred_kind }}"