Skip to content

Commit fe6a186

Browse files
committed
[Test] Execute test_build_image on both x86 and arm instance types, both for develop and released branch.
1 parent e2d21fc commit fe6a186

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/integration-tests/configs/develop.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ test-suites:
149149
instances: ["g4dn.2xlarge"]
150150
schedulers: [ "slurm" ]
151151
oss: {{ common.OSS_COMMERCIAL_X86 }}
152+
- regions: [ "use1-az6" ]
153+
instances: ["g5g.2xlarge"]
154+
schedulers: [ "slurm" ]
155+
oss: {{ common.OSS_COMMERCIAL_ARM }}
152156
- regions: ["cnn1-az1"]
153157
instances: ["g4dn.2xlarge"]
154158
schedulers: ["slurm"]

tests/integration-tests/configs/released.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ test-suites:
8282
test_createami.py::test_build_image:
8383
dimensions:
8484
- regions: ["eu-west-3"]
85-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
85+
instances: {{ common.INSTANCES_DEFAULT_X86 + common.INSTANCES_DEFAULT_ARM }}
8686
schedulers: [ "slurm" ]
8787
oss: ["ubuntu2404", "alinux2", "alinux2023"]
8888
- regions: ["us-east-1"] # This region has to have first stage AMIs.
89-
instances: {{ common.INSTANCES_DEFAULT_X86 }}
89+
instances: {{ common.INSTANCES_DEFAULT_X86 + common.INSTANCES_DEFAULT_ARM}}
9090
schedulers: ["slurm"]
9191
oss: ["rocky8", "rhel8", "rhel9", "rocky9", "ubuntu2204"]
9292
test_createami.py::test_build_image_custom_components:

0 commit comments

Comments
 (0)