CI/Koji: test building of RHEL-10 on RHEL-9

This is what is currently happening on our Brew workers.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-09-11 10:42:09 +02:00 committed by Tomáš Hozza
parent dd7afa416c
commit b50816a706

View file

@ -721,6 +721,20 @@ RHEL 8 on 9 (Koji):
INTERNAL_NETWORK: "true"
DISTRO_CODE: rhel-8.10
RHEL 10 on 9 (Koji):
stage: test
extends: .terraform
rules:
- !reference [.upstream_and_ga_rules_all, rules]
- !reference [.ga_rules_all, rules]
script:
- schutzbot/deploy.sh
- /usr/libexec/tests/osbuild-composer/koji.sh
variables:
RUNNER: aws/rhel-9.4-ga-x86_64
INTERNAL_NETWORK: "true"
DISTRO_CODE: rhel-10.0
Multi-tenancy:
stage: test
extends: .terraform