Skip to content

Commit f35ff3b

Browse files
committed
Enable spot vm for h4d
1 parent 409de5b commit f35ff3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/hpc-slurm-h4d.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ vars:
2626
#Provisioning model, select one, lack of selection will rely on on-demand capacity
2727
h4d_dws_flex_enabled: false
2828
h4d_reservation_name: ""
29+
h4d_enable_spot_vm: false
2930

3031
# Documentation for each of the modules used below can be found at
3132
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
@@ -85,6 +86,7 @@ deployment_groups:
8586
node_count_static: 2
8687
node_count_dynamic_max: 0
8788
enable_placement: false
89+
enable_spot_vm: $(vars.h4d_enable_spot_vm)
8890

8991
#Provisioning models
9092
reservation_name: $(vars.h4d_reservation_name)

0 commit comments

Comments
 (0)