Skip to content

Commit 36a5210

Browse files
[Test] Run build image in China and GovCloud only with alinux2023
This reverts changes from #6450. Because first stage AMIs are not available in China and GovCloud. Some OSes require first stage AMIs Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent adc63a9 commit 36a5210

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
@@ -156,11 +156,11 @@ test-suites:
156156
- regions: ["cnn1-az1"]
157157
instances: ["g4dn.2xlarge"]
158158
schedulers: ["slurm"]
159-
oss: [{{ OS_X86_5 }}]
159+
oss: ["alinux2023"]
160160
- regions: ["us-gov-west-1"]
161161
instances: ["g4dn.2xlarge"]
162162
schedulers: ["slurm"]
163-
oss: [{{ OS_X86_7 }}]
163+
oss: ["alinux2023"]
164164
test_createami.py::test_build_image_custom_components:
165165
# Test arn custom component with combination (eu-west-1, m6g.xlarge, alinux2)
166166
# Test script custom component with combination (ap-southeast-2, c5.xlarge, ubuntu2004)

0 commit comments

Comments
 (0)