CI: enable installer test
This commit is contained in:
parent
6e8ceb2e41
commit
88e750ed8f
1 changed files with 13 additions and 13 deletions
|
|
@ -279,19 +279,19 @@ NIGHTLY_SUCCESS:
|
|||
script:
|
||||
- schutzbot/slack_notification.sh SUCCESS ":partymeow:"
|
||||
|
||||
# Installer:
|
||||
# stage: test
|
||||
# extends: .terraform
|
||||
# rules:
|
||||
# - if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||
# - if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-[8-9]\.[\S]+/'
|
||||
# script:
|
||||
# - schutzbot/deploy.sh
|
||||
# - /usr/libexec/tests/osbuild-composer/installers.sh
|
||||
# parallel:
|
||||
# matrix:
|
||||
# - RUNNER:
|
||||
# - openstack/rhel-8.5-x86_64
|
||||
Installer:
|
||||
stage: test
|
||||
extends: .terraform
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-[8-9]\.[\S]+/'
|
||||
script:
|
||||
- schutzbot/deploy.sh
|
||||
- /usr/libexec/tests/osbuild-composer/installers.sh
|
||||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- openstack/rhel-8.5-x86_64
|
||||
|
||||
finish:
|
||||
stage: finish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue