From 3a2002f557ce01fdb1f316977e0c64fffd50c80d Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Tue, 8 Mar 2022 09:31:26 +0100 Subject: [PATCH] CI: temporarily disable Installer test on el9/c9s due to rhbz#2059565 Temporarily disable Installer test case in the CI on RHEL-9 and CentOS Stream 9 until https://bugzilla.redhat.com/show_bug.cgi?id=2059565 is resolved. This test case is now consistently failing due to the mentioned bug and makes it impossible for the CI to pass cleanly. Signed-off-by: Tomas Hozza --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e73c6b0e7..bc8ce9f62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -488,8 +488,9 @@ Installer: matrix: - RUNNER: - rhos-01/rhel-8.6-nightly-x86_64 - - rhos-01/rhel-9.0-nightly-x86_64 - - rhos-01/centos-stream-9-x86_64 + # disable until https://bugzilla.redhat.com/show_bug.cgi?id=2059565 is fixed + #- rhos-01/rhel-9.0-nightly-x86_64 + #- rhos-01/centos-stream-9-x86_64 SCHEDULED_CLOUD_CLEANER: stage: cleanup