806f23b694
We are running the same test multiple times, so we can de-duplicate the logic so that it is written only once and reused for each variant.
22 lines
372 B
Plaintext
22 lines
372 B
Plaintext
summary: Build image
|
|
require:
|
|
- distribution-gpg-keys
|
|
- fatcat
|
|
- git-core
|
|
- kiwi
|
|
- libselinux-utils
|
|
- p7zip-plugins
|
|
- python3-boto3
|
|
- rpmdistro-repoquery
|
|
- zip
|
|
- zstd
|
|
framework: shell
|
|
path: /
|
|
test: |
|
|
setenforce 0
|
|
./builder.py build $image_variant
|
|
./builder.py package $image_variant
|
|
./builder.py tmt $image_variant
|
|
setenforce 1
|
|
duration: 60m
|