From 39f120c12b26d29de855bd7a38cf6bf162699480 Mon Sep 17 00:00:00 2001 From: Hanwen Date: Mon, 9 Dec 2024 12:10:12 -0800 Subject: [PATCH] [Test] Run build image in China and GovCloud only with alinux2023 This reverts changes from https://github.com/aws/aws-parallelcluster/pull/6450/. Because first stage AMIs are not available in China and GovCloud. Some OSes require first stage AMIs Signed-off-by: Hanwen --- tests/integration-tests/configs/develop.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration-tests/configs/develop.yaml b/tests/integration-tests/configs/develop.yaml index 6494362a04..e81f0398bc 100644 --- a/tests/integration-tests/configs/develop.yaml +++ b/tests/integration-tests/configs/develop.yaml @@ -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)