From 019c6771c6ea9a4f3fe038fb7532ebfa241cc9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Fri, 20 Jun 2025 09:10:23 +0200 Subject: [PATCH] CI: disable Installer test on c10s / el10.1 due to a known bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ticket to re-enable the test is: https://issues.redhat.com/browse/HMS-8718 Signed-off-by: Tomáš Hozza --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 725a2e176..4e3afe817 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -831,8 +831,11 @@ Installer: - RUNNER: - rhos-01/rhel-9.7-nightly-x86_64 - rhos-01/centos-stream-9-x86_64 - - rhos-01/rhel-10.1-nightly-x86_64 - - rhos-01/centos-stream-10-x86_64 + # NB (thozza): The test is disabled for RHEL 10.1 due to https://issues.redhat.com/browse/RHEL-96222 + # Re-enable it once kernel-6.12.0-97.el10 lands in the repositories. + # See https://issues.redhat.com/browse/HMS-8718 + # - rhos-01/rhel-10.1-nightly-x86_64 + # - rhos-01/centos-stream-10-x86_64 ContainerUpload: stage: test