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-29 08:10:24 +00:00
parent 7b2b04fa4e
commit e3f083ce52
3 changed files with 24 additions and 7 deletions

8
ci.fmf
View File

@ -1,7 +1 @@
summary: CI plan
discover:
how: fmf
url: https://src.fedoraproject.org/tests/libarchive.git
ref: main
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