Use separate imports
This commit is contained in:
parent
ee84144fd9
commit
2d2d5655e4
@ -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}
|
||||
|
||||
16
plans.fmf
16
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$"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user