Skip to content

Commit 97dc1fd

Browse files
committed
feat: merge plans into singe fmf file
1 parent 2f9975a commit 97dc1fd

File tree

2 files changed

+18
-38
lines changed

2 files changed

+18
-38
lines changed

tmt/plans/kola-qemu.fmf

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
discover:
2-
how: fmf
3-
test:
4-
- init
5-
- build-iso
6-
- test-iso
71
adjust+:
82
- when: arch == x86_64 or arch == aarch64
93
provision:
@@ -30,3 +24,21 @@ prepare:
3024
script: podman pull quay.io/coreos-assembler/coreos-assembler:latest
3125
execute:
3226
how: tmt
27+
28+
/kola-qemu:
29+
summary: run kola qemu tests
30+
discover+:
31+
how: fmf
32+
test:
33+
- init
34+
- build-qemu
35+
- test-qemu
36+
37+
/kola-testiso:
38+
summary: run kola testiso tests
39+
discover+:
40+
how: fmf
41+
test:
42+
- init
43+
- build-iso
44+
- test-iso

0 commit comments

Comments
 (0)