Skip to content

Commit ea0be9c

Browse files
modifying the blueprints and test file
1 parent 0f5623d commit ea0be9c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

community/examples/gke-tpu-v6/gke-tpu-v6-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ vars:
5454
authorized_cidr:
5555

5656
# The name of the compute engine reservation of TPU v6 nodes
57-
reservation:
57+
#reservation:

community/examples/gke-tpu-v6/gke-tpu-v6.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ vars:
4747
authorized_cidr:
4848

4949
# The name of the compute engine reservation of TPU v6 nodes
50-
reservation:
50+
#reservation:
5151

5252

5353
deployment_groups:
@@ -109,10 +109,10 @@ deployment_groups:
109109
auto_upgrade: true
110110
zones: [$(vars.zone)]
111111
static_node_count: $(vars.static_node_count)
112-
reservation_affinity:
113-
consume_reservation_type: SPECIFIC_RESERVATION
114-
specific_reservations:
115-
- name: $(vars.reservation)
112+
# reservation_affinity:
113+
# consume_reservation_type: SPECIFIC_RESERVATION
114+
# specific_reservations:
115+
# - name: $(vars.reservation)
116116
placement_policy:
117117
type: COMPACT
118118
tpu_topology: $(vars.tpu_topology)

tools/cloud-build/daily-tests/tests/gke-tpu-v6.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ deployment_name: gke-tpu-v6-{{ build }}
2020
workspace: /workspace
2121
blueprint_yaml: "{{ workspace }}/community/examples/gke-tpu-v6/gke-tpu-v6.yaml"
2222
network: "{{ deployment_name }}-net"
23-
region: us-east5
24-
zone: us-east5-c
23+
region: asia-northeast1
24+
zone: asia-northeast1-b
2525
remote_node: "{{ deployment_name }}-remote-node-0"
26-
reservation: hpc-tpu-v6-exr
26+
#reservation:
2727
num_slices: 2
2828
machine_type: ct6e-standard-4t
2929
tpu_topology: 4x4
@@ -35,7 +35,7 @@ cli_deployment_vars:
3535
machine_type: "{{ machine_type }}"
3636
tpu_topology: "{{ tpu_topology }}"
3737
static_node_count: "{{ static_node_count }}"
38-
reservation: "{{ reservation }}"
38+
#reservation: "{{ reservation }}"
3939
authorized_cidr: "{{ build_ip.stdout }}/32"
4040
custom_vars:
4141
project: "{{ project }}"

0 commit comments

Comments
 (0)