Enable gating with tmt plan

This commit is contained in:
Patrik Koncity 2025-06-26 13:59:05 +02:00
parent f8883a97a0
commit ff3dc6cbc2
3 changed files with 19 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

17
ci-tests.fmf Normal file
View File

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

View File

@ -3,4 +3,4 @@ product_versions:
- rhel-8
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}