From 06ce872e77b5966ff9a0e7426d429e266d82e7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 9 Apr 2026 12:51:12 +0200 Subject: [PATCH] Fix gating and introduce recent fmf test plans --- .fmf/version | 1 + gating.yaml | 6 +++--- plans.fmf | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 .fmf/version create mode 100644 plans.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml index 7cd5018..9fd7da5 100644 --- a/gating.yaml +++ b/gating.yaml @@ -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} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..b093cd1 --- /dev/null +++ b/plans.fmf @@ -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