From 05ffdc70aa58b56b5caa86c8bd4859cda7d65fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 9 Jul 2021 14:12:49 +0200 Subject: [PATCH] ci: run only koji.sh for rhel_90 distro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously, all sorts of tests that provided no value were run for RHEL 9.0. This commit limits its testing to the only test that makes sense: koji.sh. See #1461 for more details. Fixes #1461 Signed-off-by: Ondřej Budai --- .gitlab-ci.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1496ea1f..f175ab4b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -205,11 +205,6 @@ Integration: RUNNER: - aws/rhel-8.5-x86_64 INTERNAL_NETWORK: ["true"] - - <<: *INTEGRATION_TESTS - RUNNER: - - aws/rhel-8-x86_64 - INTERNAL_NETWORK: ["true"] - DISTRO_CODE: ["rhel_90"] - SCRIPT: - libvirt.sh RUNNER: @@ -251,11 +246,19 @@ API: - aws/rhel-8-x86_64 - aws/rhel-8.5-x86_64 INTERNAL_NETWORK: ["true"] - - <<: *API_TESTS - RUNNER: - - aws/rhel-8-x86_64 - INTERNAL_NETWORK: ["true"] - DISTRO_CODE: ["rhel_90"] + +RHEL 9 on 8: + stage: test + extends: .terraform + rules: + - if: '$CI_PIPELINE_SOURCE != "schedule"' + script: + - schutzbot/deploy.sh + - /usr/libexec/tests/osbuild-composer/koji.sh + variables: + RUNNER: aws/rhel-8-x86_64 + INTERNAL_NETWORK: "true" + DISTRO_CODE: rhel-90 NIGHTLY_FAIL: stage: finish