Skip to content

Commit 087916e

Browse files
hehe7318gmarciani
authored andcommitted
Enhance test_slurm_accounting by removing mutiple subnet and adding t3.xlarge
1 parent 1b4e22e commit 087916e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

tests/integration-tests/tests/schedulers/test_slurm_accounting/test_slurm_accounting/pcluster.config.update.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ Scheduling:
2828
- InstanceType: c5.xlarge
2929
- InstanceType: m5.xlarge
3030
- InstanceType: c5d.xlarge
31+
- InstanceType: t3.xlarge
3132
MinCount: 0
3233
MaxCount: 10
3334
Networking:
3435
SubnetIds:
35-
{% for private_subnet_id in private_subnet_ids %}
3636
- {{ private_subnet_id }}
37-
{% endfor %}
3837
Iam:
3938
AdditionalIamPolicies:
4039
- Policy: arn:{{partition}}:iam::aws:policy/AmazonSSMManagedInstanceCore

tests/integration-tests/tests/schedulers/test_slurm_accounting/test_slurm_accounting/pcluster.config.update2.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ Scheduling:
2929
- InstanceType: c5.xlarge
3030
- InstanceType: m5.xlarge
3131
- InstanceType: c5d.xlarge
32+
- InstanceType: t3.xlarge
3233
MinCount: 0
3334
MaxCount: 12
3435
Networking:
3536
SubnetIds:
36-
{% for private_subnet_id in private_subnet_ids %}
3737
- {{ private_subnet_id }}
38-
{% endfor %}
3938
Iam:
4039
AdditionalIamPolicies:
4140
- Policy: arn:{{partition}}:iam::aws:policy/AmazonSSMManagedInstanceCore

tests/integration-tests/tests/schedulers/test_slurm_accounting/test_slurm_accounting/pcluster.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Scheduling:
2121
- InstanceType: c5.xlarge
2222
- InstanceType: m5.xlarge
2323
- InstanceType: c5d.xlarge
24+
- InstanceType: t3.xlarge
2425
MinCount: 0
2526
MaxCount: 10
2627
Networking:

0 commit comments

Comments
 (0)