asahi-kiwi-descriptions/tmt/plans/build-server.fmf
Neal Gompa 4acc3a114b Add Zuul CI configuration
This allows us to have pull requests tested before we review changes
to merge.
2023-12-18 16:16:38 -05:00

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