Use separate imports

This commit is contained in:
Branislav Náter 2026-06-08 12:53:57 +02:00
parent ee84144fd9
commit 2d2d5655e4
2 changed files with 13 additions and 5 deletions

View File

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

View File

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