diff options
| author | 2023-12-20 07:55:40 -0500 | |
|---|---|---|
| committer | 2023-12-20 07:55:40 -0500 | |
| commit | b5003bffbed2c4c6753440bc07fea515b5327f83 (patch) | |
| tree | 2cbb029cd97812da8dc49a445196b265b33e85c9 /tmt/tests | |
| parent | 724d3376e77d4c999021d091bcd2a483129cf461 (diff) | |
| download | kiwi-descriptions-b5003bffbed2c4c6753440bc07fea515b5327f83.tar.gz kiwi-descriptions-b5003bffbed2c4c6753440bc07fea515b5327f83.zip | |
Add Zuul CI configuration
This allows us to have pull requests tested before we review changes
to merge.
Diffstat (limited to 'tmt/tests')
| -rw-r--r-- | tmt/tests/build-image.fmf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tmt/tests/build-image.fmf b/tmt/tests/build-image.fmf new file mode 100644 index 0000000..4bbfac6 --- /dev/null +++ b/tmt/tests/build-image.fmf @@ -0,0 +1,11 @@ +summary: Build image +require: + - distribution-gpg-keys + - git-core + - kiwi + - libselinux-utils +framework: shell +path: / +test: | + ./kiwi-build --debug --image-type="$image_type" --image-profile="$image_profile" --kiwi-description-dir="${TMT_TREE}" --output-dir="${TMT_TEST_DATA}" +duration: 60m |