Updating tier plans and gating.yaml
This commit is contained in:
parent
a731b4c165
commit
faa7031050
17
gating.yaml
17
gating.yaml
@ -1,16 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_contexts: [bodhi_update_push_testing]
|
||||
subject_type: koji_build
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
|
||||
#gating rawhide
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_contexts: [bodhi_update_push_stable]
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/tier1-internal.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public/tier1-public.functional}
|
@ -1,6 +0,0 @@
|
||||
summary: Test plan with all Fedora tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/wireshark.git
|
||||
execute:
|
||||
how: tmt
|
10
plans/internal/other-internal.fmf
Normal file
10
plans/internal/other-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Internal Other tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: 'tier: -1 & tier: -2 & tier: -3'
|
||||
url: git://pkgs.devel.redhat.com/tests/wireshark
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
10
plans/internal/tier1-internal.fmf
Normal file
10
plans/internal/tier1-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Internal Tier1 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: 'tier: 1'
|
||||
url: git://pkgs.devel.redhat.com/tests/wireshark
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
10
plans/internal/tier2-internal.fmf
Normal file
10
plans/internal/tier2-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Internal Tier2 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: 'tier: 2'
|
||||
url: git://pkgs.devel.redhat.com/tests/wireshark
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
10
plans/internal/tier3-internal.fmf
Normal file
10
plans/internal/tier3-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
||||
summary: Internal Tier3 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: 'tier: 3'
|
||||
url: git://pkgs.devel.redhat.com/tests/wireshark
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
7
plans/public/other-public.fmf
Normal file
7
plans/public/other-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
Summary: Public other tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/wireshark.git
|
||||
filter: 'tier: -1 & tier: -2 & tier: -3'
|
||||
execute:
|
||||
how: tmt
|
7
plans/public/tier1-public.fmf
Normal file
7
plans/public/tier1-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
Summary: Public Tier1 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/wireshark.git
|
||||
filter: 'tier: 1'
|
||||
execute:
|
||||
how: tmt
|
7
plans/public/tier2-public.fmf
Normal file
7
plans/public/tier2-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
Summary: Public Tier2 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/wireshark.git
|
||||
filter: 'tier: 2'
|
||||
execute:
|
||||
how: tmt
|
7
plans/public/tier3-public.fmf
Normal file
7
plans/public/tier3-public.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
Summary: Public Tier3 tests plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/wireshark.git
|
||||
filter: 'tier: 3'
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user