File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
tests/integration-tests/configs Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
15163.14.1
1617------
Original file line number Diff line number Diff 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"]
You can’t perform that action at this time.
0 commit comments