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.
This commit is contained in:
parent
e8059fde2f
commit
a1a6722ed4
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue