From f6b8e41dfb17aa88f8d250d872258f2b7e9659f2 Mon Sep 17 00:00:00 2001 From: "psklenar@redhat.com" Date: Tue, 28 May 2024 10:57:08 +0200 Subject: [PATCH] c10s init plans for unbound Use only CentOS plans (cherry picked from commit 2143ff645fc18dbff44ffdb768e7408fa1334668) --- gating.yaml | 7 +++++-- plans.fmf | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 plans.fmf diff --git a/gating.yaml b/gating.yaml index c190bde..b95be42 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,9 @@ + +#gating rhel --- !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: osci.brew-build./plans/tier1-public.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} \ No newline at end of file diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..65a9836 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,36 @@ +/tier1-internal: + plan: + import: + url: https://src.fedoraproject.org/tests/unbound.git + name: /plans/tier1/internal + +/tier1-public: + plan: + import: + url: https://src.fedoraproject.org/tests/unbound.git + name: /plans/tier1/public + +/tier2-tier3-internal: + plan: + import: + url: https://src.fedoraproject.org/tests/unbound.git + name: /plans/tier2-tier3/internal + +/tier2-tier3-public: + plan: + import: + url: https://src.fedoraproject.org/tests/unbound.git + name: /plans/tier2-tier3/public + +/others-internal: + plan: + import: + url: https://src.fedoraproject.org/tests/unbound.git + name: /plans/others/internal + +/others-public: + plan: + import: + url: https://src.fedoraproject.org/tests/unbound.git + name: /plans/others/public +