Setup gating tests

Resolves: RHEL-42500
This commit is contained in:
Jelle van der Waa 2024-06-21 10:23:08 +02:00
parent 8796a4467b
commit cb7772c734
3 changed files with 24 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

14
gating.yaml Normal file
View File

@ -0,0 +1,14 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- rhel-9
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

9
plans/upstream.fmf Normal file
View File

@ -0,0 +1,9 @@
discover:
how: fmf
dist-git-source: true
execute:
how: tmt
# Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating
environment:
TEST_AUDIT_NO_SELINUX: 1