Skip to content

Commit

Permalink
remove for 3.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Judy Ng <[email protected]>
  • Loading branch information
judysng committed Mar 25, 2024
1 parent 027d09a commit a660146
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
Image:
Os: {{ os }}
HeadNode:
{% if shared_headnode_storage_type %}
SharedStorageType: {{ shared_headnode_storage_type }}
{% endif %}
InstanceType: {{ head_node_instance_type }}
Networking:
SubnetId: {{ public_subnet_id }}
Ssh:
KeyName: {{ key_name }}
Scheduling:
Scheduler: {{ scheduler }}
ScalingStrategy: {{ scaling_strategy }}
SlurmSettings:
ScaledownIdletime: {{ scaledown_idletime }}
SlurmQueues:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
Image:
Os: {{ os }}
HeadNode:
{% if shared_headnode_storage_type %}
SharedStorageType: {{ shared_headnode_storage_type }}
{% endif %}
InstanceType: {{ head_node_instance_type }}
Networking:
SubnetId: {{ public_subnet_id }}
Ssh:
KeyName: {{ key_name }}
Scheduling:
Scheduler: {{ scheduler }}
ScalingStrategy: {{ scaling_strategy }}
SlurmSettings:
ScaledownIdletime: {{ scaledown_idletime }}
SlurmQueues:
Expand Down

0 comments on commit a660146

Please sign in to comment.