Skip to content

Commit 3eae92c

Browse files
[integ-test] Modify test to test cluster without Internet connection using GPU instance
This test covers the cookbook fix: aws/aws-parallelcluster-cookbook#3086
1 parent f08eb02 commit 3eae92c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CHANGELOG
1111

1212
**BUG FIXES**
1313
- Add validation to block updates that change tag order. Blocking such change prevents update failures.
14+
- Fix cluster creation failure without Internet access when GPU instances and DCV are used.
1415

1516
3.14.1
1617
------

tests/integration-tests/configs/develop.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,14 +373,12 @@ test-suites:
373373
- regions: ["af-south-1", "us-gov-east-1", "cn-northwest-1"]
374374
test_cluster_networking.py::test_cluster_in_no_internet_subnet:
375375
dimensions:
376-
# The region needs to be the same of the Jenkins server since default pre/post install scripts are hosted in an
377-
# S3 bucket belonging to the same region and S3 VPC Endpoints only work within the region.
378376
- regions: ["us-east-1"]
379377
instances: {{ common.INSTANCES_DEFAULT_ARM }}
380378
oss: [{{ DCV_OS_ARM_3 }}]
381379
schedulers: ["slurm"]
382-
- regions: ["cn-north-1"]
383-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
380+
- regions: ["cnn1-az1"]
381+
instances: ["g4dn.2xlarge"]
384382
oss: [{{ DCV_OS_X86_3 }}]
385383
schedulers: ["slurm"]
386384
- regions: ["us-gov-west-1"]

0 commit comments

Comments
 (0)