-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: run tmt integration test on testing farm
build.fmf: used to deploy testing farm runner and run tmt integration on it build-tmt.fmf: tmt test to work with discover.fmf which is requited to make .git always present Signed-off-by: Xiaofeng Wang <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
provision: | ||
hardware: | ||
cpu: | ||
processors: ">= 2" | ||
memory: ">= 6 GB" | ||
virtualization: | ||
is-supported: true | ||
prepare: | ||
- how: install | ||
package: | ||
- cargo | ||
- zstd | ||
- git | ||
- libzstd-devel | ||
- openssl-devel | ||
- ostree-devel | ||
- make | ||
- jq | ||
- podman | ||
- skopeo | ||
- tmt+provision-virtual | ||
- how: shell | ||
script: systemctl start libvirtd | ||
execute: | ||
how: tmt | ||
discover: | ||
how: fmf | ||
test: | ||
- /build-tmt/build-image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/build-image: | ||
summary: build bootc and build qcow2 image | ||
test: cd .. && make test-tmt | ||
duration: 30m |