583bcec955
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>
11 lines
550 B
YAML
11 lines
550 B
YAML
--- !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}
|