Fix gating and introduce recent fmf test plans

This commit is contained in:
Petr Menšík 2026-04-09 12:51:12 +02:00
parent 2a13bb3d10
commit 06ce872e77
3 changed files with 43 additions and 3 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -1,7 +1,7 @@
--- !Policy
product_versions:
- rhel-9
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}

39
plans.fmf Normal file
View File

@ -0,0 +1,39 @@
environment+:
PACKAGE: bind9.16
/tier1-internal:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind9.16/tier1/internal
/tier1-public:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind9.16/tier1/public
/tier2-tier3-internal:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind9.16/tier2-tier3/internal
/tier2-tier3-public:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind9.16/tier2-tier3/public
/others-internal:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind9.16/others/internal
/others-public:
plan:
import:
url: https://gitlab.com/redhat/centos-stream/tests/bind.git
name: /plans/bind9.16/others/public