blob: f8003f5f4691ca8aa25016c84bdb3941380269fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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}" --kiwi-file="$kiwi_file" --output-dir="${TMT_TEST_DATA}"
rm -rf "${TMT_TEST_DATA}/build/image-root"
duration: 60m
|