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:
parent
7c42924ffa
commit
85753c3617
1 changed files with 10 additions and 3 deletions
|
|
@ -391,20 +391,20 @@ koji.sh (cloud upload):
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
# Brew workers use RHEL-8.7
|
|
||||||
- aws/rhel-8.9-ga-x86_64
|
- aws/rhel-8.9-ga-x86_64
|
||||||
|
- aws/rhel-9.3-ga-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
CLOUD_TARGET: aws
|
CLOUD_TARGET: aws
|
||||||
IMAGE_TYPE: aws-rhui
|
IMAGE_TYPE: aws-rhui
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
# Brew workers use RHEL-8.6
|
|
||||||
- aws/rhel-8.9-ga-x86_64
|
- aws/rhel-8.9-ga-x86_64
|
||||||
|
- aws/rhel-9.3-ga-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
CLOUD_TARGET: azure
|
CLOUD_TARGET: azure
|
||||||
IMAGE_TYPE: azure-rhui
|
IMAGE_TYPE: azure-rhui
|
||||||
- RUNNER:
|
- RUNNER:
|
||||||
# Brew workers use RHEL-8.6
|
|
||||||
- aws/rhel-8.9-ga-x86_64
|
- aws/rhel-8.9-ga-x86_64
|
||||||
|
- aws/rhel-9.3-ga-x86_64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
CLOUD_TARGET: gcp
|
CLOUD_TARGET: gcp
|
||||||
IMAGE_TYPE: gcp-rhui
|
IMAGE_TYPE: gcp-rhui
|
||||||
|
|
@ -416,6 +416,13 @@ koji.sh (cloudapi):
|
||||||
- !reference [.upstream_rules_all, rules]
|
- !reference [.upstream_rules_all, rules]
|
||||||
variables:
|
variables:
|
||||||
SCRIPT: koji.sh
|
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:
|
aws.sh:
|
||||||
extends: .integration
|
extends: .integration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue