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:
Frantisek Sumsal 2024-11-05 17:07:51 +01:00
parent 41a69ae5af
commit 5dab65ea0d
2 changed files with 13 additions and 11 deletions

View File

@ -3,4 +3,5 @@ product_versions:
- rhel-*
decision_context: osci_compose_gate
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}

View File

@ -1,10 +1,11 @@
/tier1-internal:
discover:
how: fmf
url: https://gitlab.com/redhat/rhel/tests/polkit.git
filter: 'tier: 1'
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream or distro == fedora
/all-buildroot-internal:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/polkit
name: /plans/all-buildroot
/all-no-buildroot-internal:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/polkit
name: /plans/all-no-buildroot