Skip to content

Commit

Permalink
[Test] Run build image in China and GovCloud only with alinux2023
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hanwen-cluster committed Dec 9, 2024
1 parent adc63a9 commit 36a5210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration-tests/configs/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ test-suites:
- regions: ["cnn1-az1"]
instances: ["g4dn.2xlarge"]
schedulers: ["slurm"]
oss: [{{ OS_X86_5 }}]
oss: ["alinux2023"]
- regions: ["us-gov-west-1"]
instances: ["g4dn.2xlarge"]
schedulers: ["slurm"]
oss: [{{ OS_X86_7 }}]
oss: ["alinux2023"]
test_createami.py::test_build_image_custom_components:
# Test arn custom component with combination (eu-west-1, m6g.xlarge, alinux2)
# Test script custom component with combination (ap-southeast-2, c5.xlarge, ubuntu2004)
Expand Down

0 comments on commit 36a5210

Please sign in to comment.