Skip to content

Commit 337cef3

Browse files
committed
[Test] Execute build-image tests in China.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent b324f9d commit 337cef3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

tests/integration-tests/configs/develop.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ test-suites:
160160
instances: {{ common.INSTANCES_DEFAULT_X86 }}
161161
schedulers: [ "slurm" ]
162162
oss: {{ common.OSS_COMMERCIAL_X86 }}
163+
- regions: ["cn-north-1"]
164+
instances: {{ common.INSTANCES_DEFAULT_X86 }}
165+
schedulers: ["slurm"]
166+
oss: ["alinux2"]
163167
test_createami.py::test_build_image_custom_components:
164168
# Test arn custom component with combination (eu-west-1, m6g.xlarge, alinux2)
165169
# Test script custom component with combination (ap-southeast-2, c5.xlarge, ubuntu2004)
@@ -170,6 +174,9 @@ test-suites:
170174
- regions: ["eu-west-1"]
171175
instances: {{ common.INSTANCES_DEFAULT_ARM }}
172176
oss: ["alinux2"]
177+
- regions: ["cn-northwest-1"]
178+
instances: {{ common.INSTANCES_DEFAULT_ARM }}
179+
oss: ["alinux2"]
173180
test_createami.py::test_build_image_wrong_pcluster_version:
174181
dimensions:
175182
- regions: ["ca-central-1"]

tests/integration-tests/configs/released.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ test-suites:
9494
instances: {{ common.INSTANCES_DEFAULT_X86 }}
9595
schedulers: ["slurm"]
9696
oss: ["rocky8"]
97+
- regions: ["cn-north-1"]
98+
instances: {{ common.INSTANCES_DEFAULT_X86 }}
99+
schedulers: ["slurm"]
100+
oss: ["alinux2"]
97101
test_createami.py::test_build_image_custom_components:
98102
# Test arn custom component with combination (eu-west-1, m6g.xlarge, alinux2)
99103
# Test script custom component with combination (ap-southeast-2, c5.xlarge, ubuntu2004)
@@ -104,6 +108,9 @@ test-suites:
104108
- regions: ["eu-west-1"]
105109
instances: {{ common.INSTANCES_DEFAULT_ARM }}
106110
oss: ["alinux2"]
111+
- regions: ["cn-northwest-1"]
112+
instances: {{ common.INSTANCES_DEFAULT_ARM }}
113+
oss: ["alinux2"]
107114
test_createami.py::test_build_image_wrong_pcluster_version:
108115
dimensions:
109116
- regions: ["ca-central-1"]

0 commit comments

Comments
 (0)