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

@ -100,7 +100,8 @@ fi
if [ -f "rhel8internal.repo" ]; then
greenprint "Preparing repos for internal build testing"
sudo mv rhel8internal.repo /etc/yum.repos.d/
sudo rm -f /etc/yum.repos.d/osbuild*.repo
# Change back to removing osbuild*.repo when we have rpms in 8.5
sudo rm -f /etc/yum.repos.d/osbuild-composer.repo
fi
greenprint "Installing test packages for ${PROJECT}"