Skip to content

Commit f8a10a3

Browse files
committed
Only have EFS shared storage type if the scheduler is slurm
1 parent 9df22e1 commit f8a10a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration-tests/tests/storage/test_efs/test_multiple_efs/pcluster.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Image:
22
Os: {{ os }}
33
HeadNode:
44
InstanceType: {{ instance }}
5+
{% if scheduler == "slurm" %}
56
SharedStorageType: {{ shared_headnode_storage_type }}
7+
{% endif %}
68
Networking:
79
SubnetId: {{ public_subnet_ids[0] }}
810
Ssh:

0 commit comments

Comments
 (0)