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:
|
script:
|
||||||
- schutzbot/slack_notification.sh SUCCESS ":partymeow:"
|
- schutzbot/slack_notification.sh SUCCESS ":partymeow:"
|
||||||
|
|
||||||
# Installer:
|
Installer:
|
||||||
# stage: test
|
stage: test
|
||||||
# extends: .terraform
|
extends: .terraform
|
||||||
# rules:
|
rules:
|
||||||
# - if: '$CI_PIPELINE_SOURCE != "schedule"'
|
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||||
# - if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-[8-9]\.[\S]+/'
|
- if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-[8-9]\.[\S]+/'
|
||||||
# script:
|
script:
|
||||||
# - schutzbot/deploy.sh
|
- schutzbot/deploy.sh
|
||||||
# - /usr/libexec/tests/osbuild-composer/installers.sh
|
- /usr/libexec/tests/osbuild-composer/installers.sh
|
||||||
# parallel:
|
parallel:
|
||||||
# matrix:
|
matrix:
|
||||||
# - RUNNER:
|
- RUNNER:
|
||||||
# - openstack/rhel-8.5-x86_64
|
- openstack/rhel-8.5-x86_64
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
stage: finish
|
stage: finish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue