File tree Expand file tree Collapse file tree
tools/cloud-build/daily-tests/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343 # The name of the compute engine reservation in the form of
4444 # <reservation-name>
45- # In order to target a BLOCK_NAME, extended_reservation can be inputted as
46- # <reservation-name>/reservationBlocks/<reservation-block-name>
47- extended_reservation : RESERVATION_NAME
45+ # To target a BLOCK_NAME, the name of the extended reservation
46+ # can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
47+ reservation : RESERVATION_NAME
Original file line number Diff line number Diff line change 4343
4444 # The name of the compute engine reservation in the form of
4545 # <reservation-name>
46- # In order to target a BLOCK_NAME, extended_reservation can be inputted as
47- # <reservation-name>/reservationBlocks/<reservation-block-name>
48- extended_reservation :
46+ # To target a BLOCK_NAME, the name of the extended reservation
47+ # can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
48+ reservation :
4949
5050 accelerator_type : nvidia-h100-mega-80gb
5151 version_prefix : " 1.32."
@@ -130,7 +130,7 @@ deployment_groups:
130130 reservation_affinity :
131131 consume_reservation_type : SPECIFIC_RESERVATION
132132 specific_reservations :
133- - name : $(vars.extended_reservation )
133+ - name : $(vars.reservation )
134134 outputs : [instructions]
135135
136136 - id : workload_manager_install
Original file line number Diff line number Diff line change 2828 authorized_cidr : IP_ADDRESS/SUFFIX
2929 # The name of the compute engine reservation in the form of
3030 # <reservation-name>
31- # In order to target a BLOCK_NAME, extended_reservation can be inputted as
32- # <reservation-name>/reservationBlocks/<reservation-block-name>
33- extended_reservation : RESERVATION_NAME
31+ # To target a BLOCK_NAME, the name of the extended reservation
32+ # can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
33+ reservation : RESERVATION_NAME
3434 static_node_count : NODE_COUNT
3535 system_node_pool_disk_size_gb : SYSTEM_NODE_POOL_DISK_SIZE_GB # the size of
3636 # disk for each node of the system node pool.
Original file line number Diff line number Diff line change 2424 authorized_cidr : # add this
2525 # The name of the compute engine reservation in the form of
2626 # <reservation-name>
27- # In order to target a BLOCK_NAME, extended_reservation can be inputted as
28- # <reservation-name>/reservationBlocks/<reservation-block-name>
29- extended_reservation : # add this
27+ # To target a BLOCK_NAME, the name of the extended reservation
28+ # can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
29+ reservation : # add this
3030 kueue_configuration_path : $(ghpc_stage("./kueue-configuration.yaml.tftpl"))
3131 gib_installer_path : $(ghpc_stage("./nccl-installer.yaml.tftpl"))
3232 static_node_count : # add this
@@ -191,7 +191,7 @@ deployment_groups:
191191 reservation_affinity :
192192 consume_reservation_type : SPECIFIC_RESERVATION
193193 specific_reservations :
194- - name : $(vars.extended_reservation )
194+ - name : $(vars.reservation )
195195 additional_networks :
196196 $(concat(
197197 [{
Original file line number Diff line number Diff line change 4242
4343 # The name of the compute engine reservation in the form of
4444 # <reservation-name>
45- # In order to target a BLOCK_NAME, extended_reservation can be inputted as
46- # <reservation-name>/reservationBlocks/<reservation-block-name>
47- extended_reservation :
45+ # To target a BLOCK_NAME, the name of the extended reservation
46+ # can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
47+ reservation :
4848
4949 # The disk size of system node pool for this deployment.
5050 system_node_pool_disk_size_gb :
Original file line number Diff line number Diff line change 3939
4040 # The name of the compute engine reservation in the form of
4141 # <reservation-name>
42- # In order to target a BLOCK_NAME, extended_reservation can be inputted as
43- # <reservation-name>/reservationBlocks/<reservation-block-name>
44- extended_reservation :
42+ # To target a BLOCK_NAME, the name of the extended reservation
43+ # can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
44+ reservation :
4545
4646 kueue_configuration_path : $(ghpc_stage("./kueue-configuration.yaml.tftpl"))
4747 gib_installer_path : $(ghpc_stage("./nccl-installer.yaml.tftpl"))
@@ -207,7 +207,7 @@ deployment_groups:
207207 reservation_affinity :
208208 consume_reservation_type : SPECIFIC_RESERVATION
209209 specific_reservations :
210- - name : $(vars.extended_reservation )
210+ - name : $(vars.reservation )
211211 additional_networks :
212212 $(concat(
213213 [{
Original file line number Diff line number Diff line change 4242
4343 # The name of the compute engine reservation in the form of
4444 # <reservation-name>
45- # In order to target a BLOCK_NAME, extended_reservation can be inputted as
46- # <reservation-name>/reservationBlocks/<reservation-block-name>
47- extended_reservation :
45+ # To target a BLOCK_NAME, the name of the extended reservation
46+ # can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
47+ reservation :
4848
4949 # The disk size of system node pool for this deployment.
5050 system_node_pool_disk_size_gb :
Original file line number Diff line number Diff line change 4444
4545 # The name of the compute engine reservation of A4X nodes in the form of
4646 # <project>/<reservation-name>
47- # In order to target a BLOCK_NAME, extended_reservation can be inputted as
48- # <project>/ <reservation-name>/reservationBlocks/<reservation-block-name>
49- extended_reservation :
47+ # To target a BLOCK_NAME, the name of the extended reservation
48+ # can be inputted as <reservation-name>/reservationBlocks/<reservation-block-name>
49+ reservation :
5050 compute_nodepool_machine_type : a4x-highgpu-4g-nolssd
5151 system_nodepool_machine_type : e2-standard-16
5252
@@ -233,7 +233,7 @@ deployment_groups:
233233 reservation_affinity :
234234 consume_reservation_type : SPECIFIC_RESERVATION
235235 specific_reservations :
236- - name : $(vars.extended_reservation )
236+ - name : $(vars.reservation )
237237 additional_networks :
238238 $(concat(
239239 [{
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cli_deployment_vars:
3333 region : " {{ region }}"
3434 zone : " {{ zone }}"
3535 static_node_count : " {{ static_node_count }}"
36- extended_reservation : " {{ extended_reservation }}"
36+ reservation : " {{ extended_reservation }}"
3737 authorized_cidr : " {{ build_ip.stdout }}/32"
3838 network_name : " {{ network }}"
3939 local_ssd_count_nvme_block : 16
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cli_deployment_vars:
3333 region : " {{ region }}"
3434 zone : " {{ zone }}"
3535 static_node_count : " {{ static_node_count }}"
36- extended_reservation : " {{ extended_reservation }}"
36+ reservation : " {{ extended_reservation }}"
3737 authorized_cidr : " {{ build_ip.stdout }}/32"
3838 gcp_public_cidrs_access_enabled : true
3939custom_vars :
You can’t perform that action at this time.
0 commit comments