Skip to content

Commit bc30c69

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 This commit also removes a comment that is no longer true
1 parent 333f51a commit bc30c69

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
@@ -14,6 +14,7 @@ CHANGELOG
1414
- Fix LoginNodes NLB not being publicly accessible when using public subnet with implicit main route table association.
1515
See https://github.com/aws/aws-parallelcluster/issues/7173
1616
- Fix cluster update failure when changing LoginNodes subnet by including subnet hash in target group logical ID and name.
17+
- Fix cluster creation failure without Internet access when GPU instances and DCV are used.
1718

1819
3.14.1
1920
------

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)