GitLab CI: Add Fedora 32 & RHEL 8.4 to OSTree testing

This commit is contained in:
Alexander Todorov 2021-05-14 10:50:14 +03:00 committed by Alexander Todorov
parent 9478b9e40e
commit 4a580222c3

View file

@ -99,8 +99,25 @@ OSTree:
parallel:
matrix:
- RUNNER:
- openstack/fedora-32-x86_64
- openstack/fedora-33-x86_64
# See COMPOSER-919
# - openstack/fedora-34-x86_64
- openstack/rhel-8-x86_64
- openstack/rhel-8.4-x86_64
# do we want centos as well ?
# do we want secondary architectures here ??
New OSTree:
stage: test
extends: OSTree
script:
- schutzbot/deploy.sh
- /usr/libexec/tests/osbuild-composer/ostree-ng.sh
parallel:
matrix:
- RUNNER:
- openstack/rhel-8.4-x86_64
Integration:
stage: test