From 89d57623ccd1c7733a9d371d99c0bf468fdefe5a Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Thu, 27 Apr 2023 17:19:14 +0000 Subject: [PATCH] Add private CI for the RHEL distro Resolves: RHELPLAN-155186 --- plan.fmf | 20 ++++++++++++++++++++ public.fmf | 6 ------ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 plan.fmf delete mode 100644 public.fmf diff --git a/plan.fmf b/plan.fmf new file mode 100644 index 0000000..956251e --- /dev/null +++ b/plan.fmf @@ -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 diff --git a/public.fmf b/public.fmf deleted file mode 100644 index 5c58a37..0000000 --- a/public.fmf +++ /dev/null @@ -1,6 +0,0 @@ -summary: Public (Fedora) beakerlib tests -discover: - how: fmf - url: https://src.fedoraproject.org/tests/zlib.git -execute: - how: tmt