ci: simplify test selection
We want to run ALL tests. If the test isn't reliable then it should be fixed or removed.
This commit is contained in:
parent
1ead88e525
commit
38f99c9410
@ -4,6 +4,6 @@ product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-gating.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-gating-heavy.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/destructive.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/downstream.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/upstream.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/upstream-integration.functional}
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
summary: Internal Tier2 beakerlib tests
|
||||
summary: Downstream Tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: git://pkgs.devel.redhat.com/tests/firewalld
|
||||
filter: 'tier: 2'
|
||||
filter: 'tag: -upstream'
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
@ -1,10 +0,0 @@
|
||||
summary: Internal Tier1-gating-heavy plan
|
||||
discover:
|
||||
how: fmf
|
||||
url: git://pkgs.devel.redhat.com/tests/firewalld
|
||||
filter: 'tag: CI-gating & tag: heavy & tag: -destructive'
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
||||
@ -1,12 +0,0 @@
|
||||
summary: Internal Tier1 beakerlib tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: git://pkgs.devel.redhat.com/tests/firewalld
|
||||
filter: 'tier: 1'
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream-9
|
||||
provision:
|
||||
how: beaker
|
||||
@ -1,8 +1,8 @@
|
||||
summary: Internal Tier1-gating plan
|
||||
summary: Upstream Integration Testsuite
|
||||
discover:
|
||||
how: fmf
|
||||
url: git://pkgs.devel.redhat.com/tests/firewalld
|
||||
filter: 'tag: CI-gating & tag: -heavy & tag: -destructive'
|
||||
filter: 'tag: upstream & tag: integration'
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
@ -1,8 +1,8 @@
|
||||
summary: Internal Tier1 beakerlib tests
|
||||
summary: Upstream Testsuite
|
||||
discover:
|
||||
how: fmf
|
||||
url: git://pkgs.devel.redhat.com/tests/firewalld
|
||||
filter: 'tag: destructive'
|
||||
filter: 'tag: upstream & tag: -integration'
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
Loading…
Reference in New Issue
Block a user