Add private CI for the RHEL distro

Resolves: RHELPLAN-155186
This commit is contained in:
Lukas Javorsky 2023-04-27 17:19:14 +00:00
parent c10ee2a909
commit 89d57623cc
2 changed files with 20 additions and 6 deletions

20
plan.fmf Normal file
View File

@ -0,0 +1,20 @@
/public:
summary: Public (Fedora) beakerlib tests
discover:
how: fmf
url: https://src.fedoraproject.org/tests/zlib.git
execute:
how: tmt
/private:
enabled: false
adjust:
- when: distro == rhel
enabled: true
because: private tests are accesible only within rhel pipline
discover:
how: fmf
url: https://pkgs.devel.redhat.com/cgit/tests/zlib.git
execute:
how: tmt

View File

@ -1,6 +0,0 @@
summary: Public (Fedora) beakerlib tests
discover:
how: fmf
url: https://src.fedoraproject.org/tests/zlib.git
execute:
how: tmt