From bc30c694754781dcd5edb1987f85e0b162a46dbb Mon Sep 17 00:00:00 2001 From: hanwenli Date: Tue, 6 Jan 2026 13:56:01 -0800 Subject: [PATCH] [integ-test] Modify test to test cluster without Internet connection using GPU instance This test covers the cookbook fix: https://github.com/aws/aws-parallelcluster-cookbook/pull/3086 This commit also removes a comment that is no longer true --- CHANGELOG.md | 1 + tests/integration-tests/configs/develop.yaml | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ebc08b50..6dc33a8646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------ diff --git a/tests/integration-tests/configs/develop.yaml b/tests/integration-tests/configs/develop.yaml index e219f5200a..4094547047 100644 --- a/tests/integration-tests/configs/develop.yaml +++ b/tests/integration-tests/configs/develop.yaml @@ -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"]