From 1ef9a6c2ff36b01e4a97d1c93d53042e1d58f4f9 Mon Sep 17 00:00:00 2001 From: Enrico Usai Date: Thu, 31 Aug 2023 14:59:36 +0200 Subject: [PATCH] Re-enable createami test for RHEL8 We improved the Lustre code to avoid build failures when Lustre is not compatible with 8.7 kernel. ### References * https://github.com/aws/aws-parallelcluster-cookbook/pull/2442 Signed-off-by: Enrico Usai --- tests/integration-tests/configs/common/common.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration-tests/configs/common/common.yaml b/tests/integration-tests/configs/common/common.yaml index 618d5255d9..70f472c43f 100644 --- a/tests/integration-tests/configs/common/common.yaml +++ b/tests/integration-tests/configs/common/common.yaml @@ -162,8 +162,7 @@ createami: dimensions: - regions: ["eu-west-3"] instances: {{ common.INSTANCES_DEFAULT_X86 }} - # TODO re-enable rhel8 after a suitable image is found - oss: ["ubuntu2204", "alinux2"] + oss: ["ubuntu2204", "alinux2", "rhel8"] test_createami.py::test_kernel4_build_image_run_cluster: dimensions: - regions: ["eu-south-1"]