Create separate fmf plans for public and private tests

Tests are now upstreamed in Gitlab instead of Fedora Pagure
This commit is contained in:
Lukas Javorsky 2023-08-31 13:12:38 +00:00
parent 86d71fd538
commit adf1c40afb
3 changed files with 24 additions and 8 deletions

9
ci.fmf
View File

@ -1,8 +1 @@
summary: Tier tests
discover:
how: fmf
repository: https://github.com/hhorak/generic-tests.git
ref: main
filter: 'tag:build_requires_libarchive'
execute:
how: tmt
resultsdb-testcase: separate

16
plans/internal.fmf Normal file
View File

@ -0,0 +1,16 @@
summary: Private (RHEL) beakerlib tests
enabled: false
adjust:
- when: distro == rhel
enabled: true
because: private tests are accesible only within rhel pipline
discover:
- name: rhel-libarchive
how: fmf
url: git://pkgs.devel.redhat.com/tests/libarchive
- name: distribution
how: fmf
url: git://pkgs.devel.redhat.com/tests/distribution
test: /install/rhel-buildroot
execute:
how: tmt

7
plans/public.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: Public (Gitlab) beakerlib tests
discover:
- name: gitlab
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/libarchive.git
execute:
how: tmt