Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CHANGELOG
- Fix LoginNodes NLB not being publicly accessible when using public subnet with implicit main route table association.
See https://github.com/aws/aws-parallelcluster/issues/7173
- Fix cluster update failure when changing LoginNodes subnet by including subnet hash in target group logical ID and name.
- Fix cluster creation failure without Internet access when GPU instances and DCV are used.

3.14.1
------
Expand Down
6 changes: 2 additions & 4 deletions tests/integration-tests/configs/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -373,14 +373,12 @@ test-suites:
- regions: ["af-south-1", "us-gov-east-1", "cn-northwest-1"]
test_cluster_networking.py::test_cluster_in_no_internet_subnet:
dimensions:
# The region needs to be the same of the Jenkins server since default pre/post install scripts are hosted in an
# S3 bucket belonging to the same region and S3 VPC Endpoints only work within the region.
- regions: ["us-east-1"]
instances: {{ common.INSTANCES_DEFAULT_ARM }}
oss: [{{ DCV_OS_ARM_3 }}]
schedulers: ["slurm"]
- regions: ["cn-north-1"]
instances: {{ common.INSTANCES_DEFAULT_X86 }}
- regions: ["cnn1-az1"]
instances: ["g4dn.2xlarge"]
oss: [{{ DCV_OS_X86_3 }}]
schedulers: ["slurm"]
- regions: ["us-gov-west-1"]
Expand Down
Loading