Skip to content

Commit 750fd46

Browse files
himani2411Himani Deshpande
andauthored
[Test] Add 3 more minutes for HeadNodeBootstrap to avoid cluster creation failures (#6593)
Co-authored-by: Himani Deshpande <himanidp@amazon.com>
1 parent 3149317 commit 750fd46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/integration-tests/configs/develop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ test-suites:
332332
multiple_nics:
333333
test_multiple_nics.py::test_multiple_nics:
334334
dimensions:
335-
- regions: ["use1-az6"]
335+
- regions: ["use1-az3"]
336336
instances: ["c6in.32xlarge"]
337337
oss: {{ common.OSS_COMMERCIAL_X86 }}
338338
schedulers: ["slurm"]

tests/integration-tests/tests/multiple_nics/test_multiple_nics/test_multiple_nics/pcluster.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Scheduling:
2323
{% else %}
2424
Instances:
2525
- InstanceType: {{ instance }}
26+
- InstanceType: c6in.metal
27+
- InstanceType: m6idn.32xlarge
2628
MinCount: 1
2729
Efa:
2830
Enabled: true

0 commit comments

Comments
 (0)