From afa07bc87b652cd2b7c40ff498307c30b1d31ab7 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Thu, 1 Jul 2021 13:23:43 +0200 Subject: [PATCH] CI: disable tests on RHEL 8.5 Main image types aren't get supported for RHEL 8.5 Installer test needs more adjustments so disabling for now to keep CI from blocking other work. --- .gitlab-ci.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b721722c..0ab07634c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,7 +107,8 @@ Base: - aws/centos-stream-8-aarch64 - RUNNER: - aws/rhel-8.4-x86_64 - - aws/rhel-8.5-x86_64 + # main image types not yet supported in 8.5 + # - aws/rhel-8.5-x86_64 # see COMPOSER-918 # - aws/rhel-8.4-aarch64 INTERNAL_NETWORK: ["true"] @@ -225,19 +226,19 @@ API: INTERNAL_NETWORK: ["true"] DISTRO_CODE: ["rhel_90"] -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