Skip to content

Commit 9a15d4d

Browse files
committed
[Test] Execute all Ad integ tests in ap-southeast-1 where AD creation is apparently more stable. We are ultimately interested in validating the stability of the cluster, not the stability of AD creation.
1 parent f717b96 commit 9a15d4d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/integration-tests/configs/develop.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ test-suites:
88
dimensions:
99
- regions: [ "ap-southeast-1" ]
1010
instances: {{ common.INSTANCES_DEFAULT_X86 }}
11-
oss: [ {{ LUSTRE_OS_X86_0 }}, {{ LUSTRE_OS_X86_2 }}]
12-
schedulers: ["slurm"]
13-
- regions: ["ap-northeast-1"]
14-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
15-
oss: [{{ LUSTRE_OS_X86_4 }}, {{ LUSTRE_OS_X86_6 }}]
11+
oss: [ {{ LUSTRE_OS_X86_0 }}, {{ LUSTRE_OS_X86_2 }}, {{ LUSTRE_OS_X86_4 }}, {{ LUSTRE_OS_X86_6 }}]
1612
schedulers: ["slurm"]
1713
basic:
1814
test_essential_features.py::test_essential_features:

0 commit comments

Comments
 (0)