We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9975a commit 97dc1fdCopy full SHA for 97dc1fd
tmt/plans/kola-qemu.fmf
tmt/plans/kola-iso.fmf tmt/plans/main.fmftmt/plans/kola-iso.fmf renamed to tmt/plans/main.fmf
@@ -1,9 +1,3 @@
1
-discover:
2
- how: fmf
3
- test:
4
- - init
5
- - build-iso
6
- - test-iso
7
adjust+:
8
- when: arch == x86_64 or arch == aarch64
9
provision:
@@ -30,3 +24,21 @@ prepare:
30
24
script: podman pull quay.io/coreos-assembler/coreos-assembler:latest
31
25
execute:
32
26
how: tmt
27
+
28
+/kola-qemu:
29
+ summary: run kola qemu tests
+ discover+:
+ how: fmf
+ test:
33
+ - init
34
+ - build-qemu
35
+ - test-qemu
36
37
+/kola-testiso:
38
+ summary: run kola testiso tests
39
40
41
42
43
+ - build-iso
44
+ - test-iso
0 commit comments