From 94fb3f6768bc8ff028f3e25dd0151ed3aaa81055 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Wed, 14 Jun 2023 10:05:45 +0000 Subject: [PATCH] Add private CI for the RHEL distro Resolves: RHELPLAN-155186 --- ci.fmf | 7 ------- plan.fmf | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 ci.fmf create mode 100644 plan.fmf diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index 1b25926..0000000 --- a/ci.fmf +++ /dev/null @@ -1,7 +0,0 @@ -summary: CI plan -discover: - how: fmf - url: https://src.fedoraproject.org/tests/zlib.git - ref: main -execute: - how: tmt 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