Update of fmf plans
Change to using fmf plans
This commit is contained in:
parent
1073e84a7c
commit
e980c00e10
@ -4,4 +4,8 @@ product_versions:
|
|||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/tier1-internal.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/Acceptance-internal.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public/tier1-public.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/Acceptance-public.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
|
||||||
|
10
plans/internal/Acceptance-internal.fmf
Normal file
10
plans/internal/Acceptance-internal.fmf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
summary: Internal Acceptance tests plan
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
filter: 'tag: Acceptance'
|
||||||
|
url: git://pkgs.devel.redhat.com/tests/frr
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
adjust:
|
||||||
|
enabled: false
|
||||||
|
when: distro == centos-stream or distro == fedora
|
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 & tag: -Acceptance & tag: -multihost'
|
||||||
|
url: git://pkgs.devel.redhat.com/tests/frr
|
||||||
|
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/frr
|
||||||
|
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/frr
|
||||||
|
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/frr
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
adjust:
|
||||||
|
enabled: false
|
||||||
|
when: distro == centos-stream or distro == fedora
|
7
plans/public/Acceptance-public.fmf
Normal file
7
plans/public/Acceptance-public.fmf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Summary: Public Acceptance tests plan
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
url: https://src.fedoraproject.org/tests/frr.git
|
||||||
|
filter: 'tag: Acceptance'
|
||||||
|
execute:
|
||||||
|
how: tmt
|
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/frr.git
|
||||||
|
filter: 'tier: -1 & tier: -2 & tier: -3 & tag: -Acceptance & tag: -multihost'
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -1,7 +1,7 @@
|
|||||||
summary: Test plan that runs all tests from tests repo.
|
Summary: Public Tier1 tests plan
|
||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://src.fedoraproject.org/tests/frr.git
|
url: https://src.fedoraproject.org/tests/frr.git
|
||||||
|
filter: 'tier: 1'
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
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/frr.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/frr.git
|
||||||
|
filter: 'tier: 3'
|
||||||
|
execute:
|
||||||
|
how: tmt
|
@ -1,15 +0,0 @@
|
|||||||
summary: CI plan, picks Tier1 tests, runs in beakerlib.
|
|
||||||
discover:
|
|
||||||
- name: rhel
|
|
||||||
how: fmf
|
|
||||||
filter: 'tier: 1'
|
|
||||||
url: git://pkgs.devel.redhat.com/tests/frr
|
|
||||||
- name: fedora
|
|
||||||
how: fmf
|
|
||||||
filter: 'tier: 1'
|
|
||||||
url: "https://src.fedoraproject.org/tests/frr.git"
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
adjust:
|
|
||||||
enabled: false
|
|
||||||
when: distro == centos-stream-9
|
|
Loading…
Reference in New Issue
Block a user