From fcc54aee28357060ef22ca7a44d5870ac42676af Mon Sep 17 00:00:00 2001 From: Iveta Cesalova Date: Fri, 5 Mar 2021 15:33:45 +0100 Subject: [PATCH] Adding fedora repo --- ci.fmf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ci.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..dbef5f1 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,13 @@ +/test: + summary: + CI plan, picks Tier1 tests, runs in beakerlib. + description: + This special plan has to be named ci.fmf to run in CI. + It selects test which have 'tier 1' in their main.fmf file + discover: + - name: tier1 + how: fmf + filter: 'tier: 1' + repository: "https://src.fedoraproject.org/tests/squid.git" + execute: + how: beakerlib