update fmf plan

This commit is contained in:
Ondrej Mejzlik 2021-10-04 14:37:47 +02:00
parent 39ff1b2d6d
commit 1558950905
2 changed files with 6 additions and 13 deletions

13
ci.fmf
View File

@ -1,13 +0,0 @@
/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/libmaxminddb.git"
execute:
how: beakerlib

6
plans/ci.fmf Normal file
View File

@ -0,0 +1,6 @@
summary: Test plan that runs all tests from tests repo.
discover:
how: fmf
url: https://src.fedoraproject.org/tests/libmaxminddb.git
execute:
how: tmt