From d955a1450b6ef009d85e931e669acb2e3fdd3e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 7 Jan 2021 11:38:47 +0100 Subject: [PATCH] Link tests to fedora test namespace Add ci.fmf too. --- ci.fmf | 13 +++++++++++++ tests/tests.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 ci.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..9a9fbea --- /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/bind.git" + execute: + how: tmt diff --git a/tests/tests.yml b/tests/tests.yml index c3d8fcd..d2fb221 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -6,6 +6,6 @@ tags: - classic repositories: - - repo: "https://github.com/InfrastructureServices/bind-tests.git" + - repo: "https://src.fedoraproject.org/tests/bind.git" dest: "bind-tests" fmf_filter: "tier: 1"