CI Gating: Avoid installing conflicting headers

This commit is contained in:
Martin Cermak 2021-12-16 09:42:18 +01:00
parent 201f88a749
commit 5c459b73d2
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@ decision_contexts:
- bodhi_update_push_stable_critpath - bodhi_update_push_stable_critpath
subject_type: koji_build subject_type: koji_build
rules: rules:
# - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation} - !PassingTestCaseRule {test_case_name: baseos-qe.koji-build.scratch-build.validation}
--- !Policy --- !Policy
product_versions: product_versions:

View File

@ -6,6 +6,5 @@ prepare:
how: install how: install
exclude: exclude:
- glibc-headers-s390 - glibc-headers-s390
- glibc-headers-x86
execute: execute:
how: beakerlib how: beakerlib