Run all internal polkit tests in gating
The internal polkit test suite has reasonable runtime, so let's run everything during gating for extra coverage.
This commit is contained in:
parent
41a69ae5af
commit
5dab65ea0d
@ -3,4 +3,5 @@ product_versions:
|
|||||||
- rhel-*
|
- rhel-*
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/all-buildroot-internal.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/all-no-buildroot-internal.functional}
|
||||||
|
21
plans.fmf
21
plans.fmf
@ -1,10 +1,11 @@
|
|||||||
/tier1-internal:
|
/all-buildroot-internal:
|
||||||
discover:
|
plan:
|
||||||
how: fmf
|
import:
|
||||||
url: https://gitlab.com/redhat/rhel/tests/polkit.git
|
url: https://pkgs.devel.redhat.com/git/tests/polkit
|
||||||
filter: 'tier: 1'
|
name: /plans/all-buildroot
|
||||||
execute:
|
|
||||||
how: tmt
|
/all-no-buildroot-internal:
|
||||||
adjust:
|
plan:
|
||||||
enabled: false
|
import:
|
||||||
when: distro == centos-stream or distro == fedora
|
url: https://pkgs.devel.redhat.com/git/tests/polkit
|
||||||
|
name: /plans/all-no-buildroot
|
||||||
|
Loading…
Reference in New Issue
Block a user