From 7fe47356197c639ea6359f3fdb38ff9bdd32a05a Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Tue, 5 Oct 2021 14:33:50 +0200 Subject: [PATCH] ci.fmf update --- ci.fmf | 11 ----------- plans/ci.fmf | 7 +++++++ 2 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 ci.fmf create mode 100644 plans/ci.fmf diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index a851534..0000000 --- a/ci.fmf +++ /dev/null @@ -1,11 +0,0 @@ -summary: - CI plan, picks Tier1 tests, runs in beakerlib. -description: - It selects tests which have 'tier 1' in their main.fmf file. -discover: - - name: tier1 - how: fmf - filter: 'tier: 1' - url: https://src.fedoraproject.org/tests/ftp.git -execute: - how: tmt diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..d57b521 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,7 @@ +summary: + Test plan that runs all tests from tests repo. +discover: + how: fmf + url: https://src.fedoraproject.org/tests/ftp.git +execute: + how: tmt