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$"