From ee84144fd990b770dc64699cb3a2cac7d4456535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20N=C3=A1ter?= Date: Mon, 8 Jun 2026 12:21:55 +0200 Subject: [PATCH] Fix plan pattern, remove public from gating plans --- gating.yaml | 1 - plans.fmf | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index 7405cb7..eebd983 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-* decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional} diff --git a/plans.fmf b/plans.fmf index 304aebc..de8f868 100644 --- a/plans.fmf +++ b/plans.fmf @@ -2,7 +2,7 @@ plan: import: url: https://gitlab.com/redhat/centos-stream/tests/httpd.git - name: "^/plans/all$" + name: "/plans/all$" /internal: adjust: @@ -12,5 +12,6 @@ plan: import: url: https://gitlab.com/redhat/rhel/tests/httpd.git - name: "^/plans/mod_http2/(appstream|crb)$" + name: "/plans/mod_http2/(appstream|crb)$" scope: all-plans + importing: become-parent