From a1a6722ed4aaf46ca118e5f23a9832aadcee6a2f Mon Sep 17 00:00:00 2001 From: Tom Koscielniak Date: Mon, 3 Mar 2025 11:08:38 +0100 Subject: [PATCH] tests/CI: Disable installer test for RHEL 10.0 nightly Disable installer test because it will keep failing due to the fix for dracut missing ifcfg won't make RHEL 10 nightly composes. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0034d3a8..971d2cfba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -811,7 +811,10 @@ Installer: extends: .terraform/openstack rules: - !reference [.upstream_rules_all, rules] - - !reference [.nightly_rules_all, rules] + # Disable Installer test for RHEL 10.0 nightly pipeline because fix for dracut issue won't make to nightly composes + # For more info see: https://issues.redhat.com/browse/RHEL-80160 + # - !reference [.nightly_rules_all, rules] + - if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.6-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"' - !reference [.ga_rules_all, rules] script: - schutzbot/deploy.sh