From ab68eebeecd47c4f440dec9d6a7a6c6aae6cdfda Mon Sep 17 00:00:00 2001 From: Ryan Anderson Date: Tue, 29 Aug 2023 10:28:01 -0400 Subject: [PATCH] [Release 3.7] Disable RHEL8 test_build_image for the release until a suitable image is found --- tests/integration-tests/configs/common/common.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration-tests/configs/common/common.yaml b/tests/integration-tests/configs/common/common.yaml index 70f472c43f..618d5255d9 100644 --- a/tests/integration-tests/configs/common/common.yaml +++ b/tests/integration-tests/configs/common/common.yaml @@ -162,7 +162,8 @@ createami: dimensions: - regions: ["eu-west-3"] instances: {{ common.INSTANCES_DEFAULT_X86 }} - oss: ["ubuntu2204", "alinux2", "rhel8"] + # TODO re-enable rhel8 after a suitable image is found + oss: ["ubuntu2204", "alinux2"] test_createami.py::test_kernel4_build_image_run_cluster: dimensions: - regions: ["eu-south-1"]