Enable RHEL gating

Tier 1 tests for GRUB are run in the BaseOS CI pipeline, add a gating.yaml
file for these gating tests to run when doing RHEL builds.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2021-04-14 12:10:18 +02:00
parent 3131f9646a
commit 583bcec955
No known key found for this signature in database
GPG Key ID: C751E590D63F3D69
1 changed files with 10 additions and 0 deletions

10
gating.yaml Normal file
View File

@ -0,0 +1,10 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-x86_64-legacy.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-x86_64-efi.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-ppc64le-of.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-ppc64le-opal.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-aarch64-efi.functional}