Link tests to fedora test namespace

Add ci.fmf too.
This commit is contained in:
Petr Menšík 2021-01-07 11:38:47 +01:00
parent 177a98f40b
commit d955a1450b
2 changed files with 14 additions and 1 deletions

13
ci.fmf Normal file
View File

@ -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

View File

@ -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"