diff --git a/tests/integration-tests/configs/develop.yaml b/tests/integration-tests/configs/develop.yaml index 48b791cf1b..aafa9fe846 100644 --- a/tests/integration-tests/configs/develop.yaml +++ b/tests/integration-tests/configs/develop.yaml @@ -149,6 +149,10 @@ test-suites: instances: ["g4dn.2xlarge"] schedulers: [ "slurm" ] oss: {{ common.OSS_COMMERCIAL_X86 }} + - regions: [ "use1-az6" ] + instances: ["g5g.2xlarge"] + schedulers: [ "slurm" ] + oss: {{ common.OSS_COMMERCIAL_ARM }} - regions: ["cnn1-az1"] instances: ["g4dn.2xlarge"] schedulers: ["slurm"] diff --git a/tests/integration-tests/configs/released.yaml b/tests/integration-tests/configs/released.yaml index 0f541614b7..be336b289c 100644 --- a/tests/integration-tests/configs/released.yaml +++ b/tests/integration-tests/configs/released.yaml @@ -82,11 +82,11 @@ test-suites: test_createami.py::test_build_image: dimensions: - regions: ["eu-west-3"] - instances: {{ common.INSTANCES_DEFAULT_X86 }} + instances: {{ common.INSTANCES_DEFAULT_X86 + common.INSTANCES_DEFAULT_ARM }} schedulers: [ "slurm" ] oss: ["ubuntu2404", "alinux2", "alinux2023"] - regions: ["us-east-1"] # This region has to have first stage AMIs. - instances: {{ common.INSTANCES_DEFAULT_X86 }} + instances: {{ common.INSTANCES_DEFAULT_X86 + common.INSTANCES_DEFAULT_ARM}} schedulers: ["slurm"] oss: ["rocky8", "rhel8", "rhel9", "rocky9", "ubuntu2204"] test_createami.py::test_build_image_custom_components: