File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
tools/cloud-build/daily-tests/tests Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5454 authorized_cidr :
5555
5656 # The name of the compute engine reservation of TPU v6 nodes
57- reservation :
57+ # reservation:
Original file line number Diff line number Diff line change 4747 authorized_cidr :
4848
4949 # The name of the compute engine reservation of TPU v6 nodes
50- reservation :
50+ # reservation:
5151
5252
5353deployment_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)
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ deployment_name: gke-tpu-v6-{{ build }}
2020workspace : /workspace
2121blueprint_yaml : " {{ workspace }}/community/examples/gke-tpu-v6/gke-tpu-v6.yaml"
2222network : " {{ deployment_name }}-net"
23- region : us-east5
24- zone : us-east5-c
23+ region : asia-northeast1
24+ zone : asia-northeast1-b
2525remote_node : " {{ deployment_name }}-remote-node-0"
26- reservation : hpc-tpu-v6-exr
26+ # reservation:
2727num_slices : 2
2828machine_type : ct6e-standard-4t
2929tpu_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"
4040custom_vars :
4141 project : " {{ project }}"
You can’t perform that action at this time.
0 commit comments