2023-12-20 07:55:40 -05:00
|
|
|
summary: Build image
|
|
|
|
require:
|
|
|
|
- distribution-gpg-keys
|
|
|
|
- git-core
|
|
|
|
- kiwi
|
2024-02-24 14:56:31 -05:00
|
|
|
- kiwi-systemdeps-containers
|
|
|
|
- kiwi-systemdeps-disk-images
|
2023-12-20 07:55:40 -05:00
|
|
|
- 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}"
|
2023-12-21 23:22:42 -05:00
|
|
|
rm -rf "${TMT_TEST_DATA}/build/image-root"
|
2023-12-20 07:55:40 -05:00
|
|
|
duration: 60m
|