Skip to content

Commit 9f04907

Browse files
Move test_ad_integration to eu-west-1 to void error with fsx in ap-northeast-1c
Signed-off-by: Francesco Giordano <[email protected]>
1 parent 477c230 commit 9f04907

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/integration-tests/configs/ad_integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test-suites:
44
ad_integration:
55
test_ad_integration.py::test_ad_integration:
66
dimensions:
7-
- regions: ["us-west-2"]
7+
- regions: ["eu-west-1"]
88
instances: {{ common.INSTANCES_DEFAULT_X86 }}
99
oss: ["alinux2", "ubuntu2004"]
1010
schedulers: ["slurm"]

tests/integration-tests/configs/common/common.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
ad_integration:
22
test_ad_integration.py::test_ad_integration:
33
dimensions:
4-
- regions: ["ap-northeast-1"]
5-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
6-
oss: ["centos7"]
7-
schedulers: ["slurm"]
84
- regions: [ "ap-southeast-1" ]
95
instances: {{ common.INSTANCES_DEFAULT_X86 }}
106
oss: ["alinux2"]
@@ -20,7 +16,7 @@ ad_integration:
2016
schedulers: ["slurm"]
2117
- regions: ["eu-west-1"]
2218
instances: {{ common.INSTANCES_DEFAULT_X86 }}
23-
oss: ["ubuntu2004"]
19+
oss: ["ubuntu2004", "centos7"]
2420
schedulers: ["slurm"]
2521
arm_pl:
2622
test_arm_pl.py::test_arm_pl:

0 commit comments

Comments
 (0)