Skip to content

Commit a9b92ca

Browse files
committed
Change OS for test_cluster_in_no_internet_subnet to DCV supported OS for all regions
1 parent 3acdb55 commit a9b92ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests/configs/develop.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,11 @@ test-suites:
365365
schedulers: ["slurm"]
366366
- regions: ["cn-north-1"]
367367
instances: {{ common.INSTANCES_DEFAULT_X86 }}
368-
oss: [{{ OS_X86_5 }}]
368+
oss: [{{ DCV_OS_X86_3 }}]
369369
schedulers: ["slurm"]
370370
- regions: ["us-gov-west-1"]
371371
instances: {{ common.INSTANCES_DEFAULT_X86 }}
372-
oss: [{{ OS_X86_7 }}]
372+
oss: [{{ DCV_OS_X86_4 }}]
373373
schedulers: ["slurm"]
374374
test_multi_cidr.py::test_multi_cidr:
375375
dimensions:

0 commit comments

Comments
 (0)