From 4740e883be361028520a97fe43d48372d3b35fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Wed, 29 Sep 2021 19:36:44 +0200 Subject: [PATCH] Simplify the tmt plan a bit Remove the unnecessary `/test` key hierarchy. The plan name does not have to be `ci.fmf`. Execute method `beakerlib` has been deprecated. See the tmt guide for more details: https://tmt.readthedocs.io/en/latest/guide.html#plans --- ci.fmf | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/ci.fmf b/ci.fmf index 224d09a..a851534 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,13 +1,11 @@ -/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/ftp.git" - execute: - how: beakerlib +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