Enable gating for RHEL-10, add fmf plan and gating ruleset

This commit is contained in:
Super User 2024-07-12 10:56:49 +02:00
parent b54f70884e
commit 02f6eb1da6
3 changed files with 18 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

11
ci.fmf Normal file
View File

@ -0,0 +1,11 @@
/e2e_ci:
plan:
import:
url: https://github.com/RedHat-SP-Security/PEGTL-plans.git
name: /generic/e2e_ci
/rpmverify:
plan:
import:
url: https://github.com/RedHat-SP-Security/PEGTL-plans.git
name: /generic/rpmverify

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}