From 688856ec1e346eb22f850f0ac931dce2af866336 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Thu, 15 Sep 2022 09:11:58 +0000 Subject: [PATCH] disable cs9 tests for simplified installer Due to https://bugzilla.redhat.com/show_bug.cgi?id=2124735 and https://bugzilla.redhat.com/show_bug.cgi?id=2108646 we can't really go ahead with cs9 so disable it and investigate further afterwards. Signed-off-by: Antonio Murdaca --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78e5afb46..60e0a79ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -395,7 +395,10 @@ OSTree simplified installer: - rhos-01/rhel-8.7-nightly-x86_64 - rhos-01/centos-stream-8-x86_64 - rhos-01/rhel-9.1-nightly-x86_64 - - rhos-01/centos-stream-9-x86_64 + # this is disabled because of two BZs in cs9 + # rhbz#2124735 and rhbz#2108646 preventing + # the system to install and boot properly + # - rhos-01/centos-stream-9-x86_64 OSTree raw image: stage: test