Skip to content

Commit e0caf58

Browse files
Merge pull request #4653 from mohitchaurasia91/release-candidate
Release candidate Hotfix
2 parents 73181d9 + 5cf9e30 commit e0caf58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/hpc-slurm-h4d.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ vars:
2020
zone: us-central1-a
2121
rdma_net_range: 192.168.128.0/18
2222

23-
#Provisioning model, select one (only one selection is valid), lack of selection will rely on on-demand capacity
23+
#Provisioning model, select one, lack of selection will rely on on-demand capacity
2424
h4d_dws_flex_enabled: false
25-
h4d_enable_spot_vm: false
2625
h4d_reservation_name: ""
2726

2827
# Documentation for each of the modules used below can be found at
@@ -92,7 +91,6 @@ deployment_groups:
9291

9392
#Provisioning models
9493
reservation_name: $(vars.h4d_reservation_name)
95-
enable_spot_vm: $(vars.h4d_enable_spot_vm)
9694
dws_flex:
9795
enabled: $(vars.h4d_dws_flex_enabled)
9896

0 commit comments

Comments
 (0)