From 88e750ed8f88b7df32c6cebf5c95bc6c2e626f80 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Fri, 2 Jul 2021 18:37:28 +0200 Subject: [PATCH] CI: enable installer test --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c9073a69..a49eded86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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