Test/Koji: test only combinations that we run in the service

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 <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-03-06 13:04:13 +01:00 committed by Tomáš Hozza
parent 7c42924ffa
commit 85753c3617

View file

@ -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