From 9ed117ba7413587b0e6c14ba99b16d4057782167 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Tue, 5 Oct 2021 14:21:14 +0200 Subject: [PATCH] Simplify tmt plan, update obsolete stuff --- ci.fmf | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/ci.fmf b/ci.fmf index eb685ca..4844fd9 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,13 +1,10 @@ -/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' - url: "https://src.fedoraproject.org/tests/lftp.git" - execute: - how: beakerlib +summary: + CI plan, picks Tier1 tests, runs in beakerlib. +description: + It selects test which have 'tier 1' in their main.fmf file +discover: + how: fmf + filter: 'tier: 1' + url: "https://src.fedoraproject.org/tests/lftp.git" +execute: + how: tmt