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:
parent
beead86da6
commit
905c297bc7
5 changed files with 58 additions and 6 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue