2020-12-10 00:14:12 +00:00
|
|
|
/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/ftp.git"
|
|
|
|
execute:
|
2023-03-30 10:20:22 +00:00
|
|
|
how: tmt
|