Add proper plans and gating

This commit is contained in:
Zdenek Dohnal 2024-07-17 14:14:28 +02:00
parent 6bd3931daf
commit 259610679d
4 changed files with 28 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
ci.fmf Normal file
View File

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

10
plans/public.fmf Normal file
View File

@ -0,0 +1,10 @@
summary: Test plan that runs all tests from libppd tests repo.
discover:
- name: fedora-cups-browsed
how: fmf
url: https://src.fedoraproject.org/tests/cups-browsed.git
- name: fedora-cups-filters
how: fmf
url: https://src.fedoraproject.org/tests/cups-filters.git
execute:
how: tmt

16
plans/tier1-internal.fmf Normal file
View File

@ -0,0 +1,16 @@
summary: CI plan, picks internal Tier1 tests, runs in beakerlib.
discover:
- name: rhel-cups-browsed
how: fmf
filter: 'tier: 1'
url: https://pkgs.devel.redhat.com/git/tests/cups-browsed.git
- name: rhel-cups-filters
how: fmf
filter: 'tier: 1'
url: https://pkgs.devel.redhat.com/git/tests/cups-filters.git
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream, fedora
because: They don't have access to internal repos.