Updating tier plans and gating.yaml

This commit is contained in:
František Hrdina 2024-04-16 08:41:35 +02:00
parent a731b4c165
commit faa7031050
11 changed files with 73 additions and 19 deletions

1
ci.fmf Normal file
View File

@ -0,0 +1 @@
resultsdb-testcase: separate

View File

@ -1,16 +1,7 @@
--- !Policy --- !Policy
product_versions: product_versions:
- fedora-* - rhel-*
decision_contexts: [bodhi_update_push_testing] decision_context: osci_compose_gate
subject_type: koji_build
rules: 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}
#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}

View File

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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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