tests: enable nightly test execution in gitlab CI

This adds several stages to the gitlab-ci.yaml file which are
triggered by a schedule specified in Gitlab->CI/CD->Schedules
This commit is contained in:
Jakub Rusz 2021-05-13 09:26:03 +02:00 committed by Alexander Todorov
parent beead86da6
commit 905c297bc7
5 changed files with 58 additions and 6 deletions

View file

@ -63,11 +63,11 @@ esac
# overrides for RHEL nightly builds testing
if [ -f "rhel-8.json" ]; then
sudo mv rhel-8.json /etc/osbuild-composer/repositories/
sudo cp rhel-8.json /etc/osbuild-composer/repositories/
fi
if [ -f "rhel-8-beta.json" ]; then
sudo mv rhel-8-beta.json /etc/osbuild-composer/repositories/
sudo cp rhel-8-beta.json /etc/osbuild-composer/repositories/
fi
# Generate all X.509 certificates for the tests