From dc02b87335b528138d7eb3e6368a1301837d28f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20N=C3=A1ter?= Date: Fri, 5 Jun 2026 21:55:23 +0200 Subject: [PATCH] Use imported test plans --- .fmf/version | 1 + gating.yaml | 5 +---- plans.fmf | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 4 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 5ac9fdb..1b05fbc 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,8 +3,5 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier2.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier3.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..5c89ce0 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,16 @@ +/public: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/httpd.git + name: "^/plans/all$" + +/internal: + adjust: + - enabled: false + when: distro == centos-stream-9 + because: "These tests should not run on CentOS Stream 9" + plan: + import: + url: https://gitlab.com/redhat/rhel/tests/httpd.git + name: "^/plans/mod_http2/(appstream|crb)$" + scope: all-plans