From db619f1aa690bed659efcd17fbc45fe804267456 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 9 Sep 2021 11:45:24 +0200 Subject: [PATCH] ci: disable azure testing on centos-8 To be fixed and reverted later, see COMPOSER-1118. --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8a8aba66..94d232911 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -237,6 +237,12 @@ Integration: - aws/fedora-33-x86_64 # See COMPOSER-919 # - aws/fedora-34-x86_64 + # See COMPOSER-1118 + # - aws/centos-stream-8-x86_64 + - SCRIPT: + - koji.sh + - aws.sh + RUNNER: - aws/centos-stream-8-x86_64 - <<: *INTEGRATION_TESTS RUNNER: @@ -279,6 +285,13 @@ API: - aws/fedora-33-x86_64 # See COMPOSER-919 # - aws/fedora-34-x86_64 + # See COMPOSER-1118 + # - aws/centos-stream-8-x86_64 + - TARGET: + - aws + - gcp + - aws.s3 + RUNNER: - aws/centos-stream-8-x86_64 - <<: *API_TESTS RUNNER: