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
This commit is contained in:
parent
a1f257c744
commit
4740e883be
16
ci.fmf
16
ci.fmf
@ -1,13 +1,11 @@
|
|||||||
/test:
|
summary:
|
||||||
summary:
|
|
||||||
CI plan, picks Tier1 tests, runs in beakerlib.
|
CI plan, picks Tier1 tests, runs in beakerlib.
|
||||||
description:
|
description:
|
||||||
This special plan has to be named ci.fmf to run in CI.
|
It selects tests which have 'tier 1' in their main.fmf file.
|
||||||
It selects test which have 'tier 1' in their main.fmf file
|
discover:
|
||||||
discover:
|
|
||||||
- name: tier1
|
- name: tier1
|
||||||
how: fmf
|
how: fmf
|
||||||
filter: 'tier: 1'
|
filter: 'tier: 1'
|
||||||
url: "https://src.fedoraproject.org/tests/ftp.git"
|
url: https://src.fedoraproject.org/tests/ftp.git
|
||||||
execute:
|
execute:
|
||||||
how: beakerlib
|
how: tmt
|
||||||
|
Loading…
Reference in New Issue
Block a user