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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue