Import plans, gate on appstream
This commit is contained in:
parent
4fe6d68dbc
commit
b4cb2efaa3
@ -1,8 +1,6 @@
|
||||
#gating rhel
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/appstream.functional}
|
||||
|
||||
25
plans.fmf
Normal file
25
plans.fmf
Normal file
@ -0,0 +1,25 @@
|
||||
/public:
|
||||
plan:
|
||||
import:
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/httpd.git
|
||||
name: "/plans/all$"
|
||||
|
||||
/appstream:
|
||||
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_md/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_md/crb$"
|
||||
@ -1,10 +0,0 @@
|
||||
summary: Internal Tier1 beakerlib tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/rhel/tests/httpd
|
||||
filter: "tier:1"
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream-10
|
||||
@ -1,7 +0,0 @@
|
||||
summary: Public (Fedora) Tier1 beakerlib tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/httpd
|
||||
filter: 'tier: 1'
|
||||
execute:
|
||||
how: tmt
|
||||
Loading…
Reference in New Issue
Block a user