From dd7afa416c4508a6b27b78b51bc66e60de9d33bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Wed, 11 Sep 2024 10:39:47 +0200 Subject: [PATCH] CI/Koji: test RHEL-8 builds on RHEL-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have been testing builds of RHEL-9 on RHEL-8 for the Koji use case. However, all of our workers are now running the latest GA RHEL-9 version. Therefore we should flip the test and test building of RHEL-8 on RHEL-9. Signed-off-by: Tomáš Hozza --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec33c86c9..4e345df5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -707,7 +707,7 @@ aws_s3.sh: variables: SCRIPT: aws_s3.sh -RHEL 9 on 8: +RHEL 8 on 9 (Koji): stage: test extends: .terraform rules: @@ -717,9 +717,9 @@ RHEL 9 on 8: - schutzbot/deploy.sh - /usr/libexec/tests/osbuild-composer/koji.sh variables: - RUNNER: aws/rhel-8.10-ga-x86_64 + RUNNER: aws/rhel-9.4-ga-x86_64 INTERNAL_NETWORK: "true" - DISTRO_CODE: rhel-91 + DISTRO_CODE: rhel-8.10 Multi-tenancy: stage: test