From 99575d9c9cf790a316ce1be65388b33467ba7fc3 Mon Sep 17 00:00:00 2001 From: Hanwen Date: Mon, 6 Jan 2025 09:59:14 -0800 Subject: [PATCH] [integ-tests] Remove build image test in China from released.yaml The test has sporadic failures because of China network issues. The test is kept in develop.yaml. Signed-off-by: Hanwen --- tests/integration-tests/configs/released.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration-tests/configs/released.yaml b/tests/integration-tests/configs/released.yaml index 93e760f7b4..4773959366 100644 --- a/tests/integration-tests/configs/released.yaml +++ b/tests/integration-tests/configs/released.yaml @@ -89,10 +89,6 @@ test-suites: instances: {{ common.INSTANCES_DEFAULT_X86 }} schedulers: ["slurm"] oss: ["rocky8", "rhel8", "rhel9", "rocky9", "ubuntu2204"] - - regions: ["cn-north-1"] - instances: {{ common.INSTANCES_DEFAULT_X86 }} - schedulers: ["slurm"] - oss: ["alinux2"] 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)