4f5bafccf3
These are needed for the images currently being validated in CI.
15 lines
406 B
Plaintext
15 lines
406 B
Plaintext
summary: Build image
|
|
require:
|
|
- distribution-gpg-keys
|
|
- git-core
|
|
- kiwi
|
|
- kiwi-systemdeps-containers
|
|
- kiwi-systemdeps-disk-images
|
|
- 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}"
|
|
rm -rf "${TMT_TEST_DATA}/build/image-root"
|
|
duration: 60m
|