Fix plan pattern, remove public from gating plans

This commit is contained in:
Branislav Náter 2026-06-08 12:21:55 +02:00
parent be4b02e85a
commit ee84144fd9
2 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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