From 2ea15b967d1ce1d1471269e1dc0cf1a1902f3648 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Wed, 15 Jun 2022 16:48:14 +0200 Subject: [PATCH] tests: Update testing to RHEL-8.6 GA --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 857ea049..cac831bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,8 +62,8 @@ Composer Tests: - RUNNER: - aws/fedora-35-x86_64 - aws/fedora-35-aarch64 - - aws/rhel-8.5-ga-x86_64 - - aws/rhel-8.5-ga-aarch64 + - aws/rhel-8.6-ga-x86_64 + - aws/rhel-8.6-ga-aarch64 #- aws/rhel-8.6-nightly-x86_64 #- aws/rhel-8.6-nightly-aarch64 # See https://github.com/osbuild/osbuild-composer/issues/1819 and related issues @@ -81,7 +81,7 @@ OSTree Images: matrix: - RUNNER: - aws/fedora-35-x86_64 - - aws/rhel-8.5-ga-x86_64 + - aws/rhel-8.6-ga-x86_64 #- aws/rhel-8.6-nightly-x86_64 #- aws/rhel-9.0-nightly-x86_64 INTERNAL_NETWORK: "true"