Create separate fmf plans for public and private tests
Tests are now upstreamed in Gitlab instead of Fedora Pagure
This commit is contained in:
parent
86d71fd538
commit
adf1c40afb
9
ci.fmf
9
ci.fmf
@ -1,8 +1 @@
|
|||||||
summary: Tier tests
|
resultsdb-testcase: separate
|
||||||
discover:
|
|
||||||
how: fmf
|
|
||||||
repository: https://github.com/hhorak/generic-tests.git
|
|
||||||
ref: main
|
|
||||||
filter: 'tag:build_requires_libarchive'
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
|
16
plans/internal.fmf
Normal file
16
plans/internal.fmf
Normal 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
7
plans/public.fmf
Normal 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
|
Loading…
Reference in New Issue
Block a user