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
7b2b04fa4e
commit
e3f083ce52
8
ci.fmf
8
ci.fmf
@ -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
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