Use imported test plans
This commit is contained in:
parent
0a8bf78b17
commit
dc02b87335
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
@ -3,8 +3,5 @@ product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier2.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier3.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional}
|
||||
|
||||
|
||||
16
plans.fmf
Normal file
16
plans.fmf
Normal file
@ -0,0 +1,16 @@
|
||||
/public:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/httpd.git
|
||||
name: "^/plans/all$"
|
||||
|
||||
/internal:
|
||||
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/(appstream|crb)$"
|
||||
scope: all-plans
|
||||
Loading…
Reference in New Issue
Block a user