4acc3a114b
This allows us to have pull requests tested before we review changes to merge.
15 lines
396 B
Plaintext
15 lines
396 B
Plaintext
summary: Build Server image
|
|
discover:
|
|
how: shell
|
|
tests:
|
|
- name: build image
|
|
test: |
|
|
dnf --assumeyes install fatcat git-core kiwi distribution-gpg-keys p7zip-plugins python3-boto3 zip zstd libselinux-utils
|
|
setenforce 0
|
|
$TMT_TREE/builder.py build server
|
|
$TMT_TREE/builder.py package server
|
|
setenforce 1
|
|
|
|
execute:
|
|
how: tmt
|