From b50816a706186414c4e173f62a42f246cffe25fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Wed, 11 Sep 2024 10:42:09 +0200 Subject: [PATCH] CI/Koji: test building of RHEL-10 on RHEL-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is what is currently happening on our Brew workers. Signed-off-by: Tomáš Hozza --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e345df5f..2408df35d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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