From 2d2d5655e41a4639bd52e52743fd2ea339748065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20N=C3=A1ter?= Date: Mon, 8 Jun 2026 12:53:57 +0200 Subject: [PATCH] Use separate imports --- gating.yaml | 2 +- plans.fmf | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/gating.yaml b/gating.yaml index eebd983..034ef0d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-* decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/appstream.functional} diff --git a/plans.fmf b/plans.fmf index de8f868..bdc1e46 100644 --- a/plans.fmf +++ b/plans.fmf @@ -4,7 +4,7 @@ url: https://gitlab.com/redhat/centos-stream/tests/httpd.git name: "/plans/all$" -/internal: +/appstream: adjust: - enabled: false when: distro == centos-stream-10 @@ -12,6 +12,14 @@ plan: import: url: https://gitlab.com/redhat/rhel/tests/httpd.git - name: "/plans/mod_http2/(appstream|crb)$" - scope: all-plans - importing: become-parent + name: "/plans/mod_http2/appstream$" + +/crb: + adjust: + - enabled: false + when: distro == centos-stream-10 + because: "These tests should not run on CentOS Stream 10" + plan: + import: + url: https://gitlab.com/redhat/rhel/tests/httpd.git + name: "/plans/mod_http2/crb$"