From 85753c36175e3f698f62a21a5d2867a4a284cf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Wed, 6 Mar 2024 13:04:13 +0100 Subject: [PATCH] Test/Koji: test only combinations that we run in the service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test `koji.sh` with cloud upload on the latest RHEL-8.9 and RHEL9.3 GA releases, which we use on our Brew workers. Test the `koji.sh` only on the latest RHEL-8.9, RHEL-9.3 and Fedora releases, which we use on our Brew and Koji workers. There's no value in testing this case on CentOS Stream, RHEL EUS releases or nightly composes. Signed-off-by: Tomáš Hozza --- .gitlab-ci.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6abc54bd5..b68acf9a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -391,20 +391,20 @@ koji.sh (cloud upload): parallel: matrix: - RUNNER: - # Brew workers use RHEL-8.7 - aws/rhel-8.9-ga-x86_64 + - aws/rhel-9.3-ga-x86_64 INTERNAL_NETWORK: ["true"] CLOUD_TARGET: aws IMAGE_TYPE: aws-rhui - RUNNER: - # Brew workers use RHEL-8.6 - aws/rhel-8.9-ga-x86_64 + - aws/rhel-9.3-ga-x86_64 INTERNAL_NETWORK: ["true"] CLOUD_TARGET: azure IMAGE_TYPE: azure-rhui - RUNNER: - # Brew workers use RHEL-8.6 - aws/rhel-8.9-ga-x86_64 + - aws/rhel-9.3-ga-x86_64 INTERNAL_NETWORK: ["true"] CLOUD_TARGET: gcp IMAGE_TYPE: gcp-rhui @@ -416,6 +416,13 @@ koji.sh (cloudapi): - !reference [.upstream_rules_all, rules] variables: SCRIPT: koji.sh + parallel: + matrix: + - *fedora_runners + - RUNNER: + - aws/rhel-8.9-ga-x86_64 + - aws/rhel-9.3-ga-x86_64 + INTERNAL_NETWORK: ["true"] aws.sh: extends: .integration