diff --git a/gating.yaml b/gating.yaml index 1b05fbc..800daa2 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,5 @@ product_versions: - rhel-9 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 5c89ce0..7a60613 100644 --- a/plans.fmf +++ b/plans.fmf @@ -2,9 +2,9 @@ plan: import: url: https://gitlab.com/redhat/centos-stream/tests/httpd.git - name: "^/plans/all$" + name: "/plans/all$" -/internal: +/appstream: adjust: - enabled: false when: distro == centos-stream-9 @@ -12,5 +12,14 @@ plan: import: url: https://gitlab.com/redhat/rhel/tests/httpd.git - name: "^/plans/mod_http2/(appstream|crb)$" - scope: all-plans + name: "/plans/mod_http2/appstream$" + +/crb: + 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/crb$"