Add ci plan for gating and adjust gating rules

This commit is contained in:
Patrik Koncity 2025-02-06 13:42:32 +01:00
parent c0e6b8f143
commit 4ed7b12b1e
3 changed files with 13 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

11
ci_tests.fmf Normal file
View File

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

View File

@ -3,4 +3,4 @@ product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}