From e605a3eea0939bbb57e19b52ce3003e4b8bed50d Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 2 Nov 2023 08:56:11 +0100 Subject: [PATCH] Switch nightly testing to RHEL-8.10 and RHEL-9.4 --- .gitlab-ci.yml | 16 ++++++---------- Schutzfile | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f16e1c0d..fb31344d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,10 +53,6 @@ RPM: - aws/rhel-9.2-ga-x86_64 - aws/rhel-9.2-ga-aarch64 - RUNNER: - - aws/rhel-8.9-nightly-x86_64 - - aws/rhel-8.9-nightly-aarch64 - - aws/rhel-9.3-nightly-x86_64 - - aws/rhel-9.3-nightly-aarch64 - aws/rhel-8.10-nightly-x86_64 - aws/rhel-8.10-nightly-aarch64 - aws/rhel-9.4-nightly-x86_64 @@ -76,8 +72,8 @@ OSTree Images: - aws/fedora-38-x86_64 - aws/rhel-8.8-ga-x86_64 - aws/rhel-9.2-ga-x86_64 - - aws/rhel-8.9-nightly-x86_64 - - aws/rhel-9.3-nightly-x86_64 + - aws/rhel-8.10-nightly-x86_64 + - aws/rhel-9.4-nightly-x86_64 INTERNAL_NETWORK: "true" SonarQube: @@ -114,12 +110,12 @@ Manifests: RUNNER: - aws/rhel-8.8-ga-x86_64 - aws/rhel-8.8-ga-aarch64 - - aws/rhel-8.9-nightly-x86_64 - - aws/rhel-8.9-nightly-aarch64 + - aws/rhel-8.10-nightly-x86_64 + - aws/rhel-8.10-nightly-aarch64 - aws/rhel-9.2-ga-x86_64 - aws/rhel-9.2-ga-aarch64 - - aws/rhel-9.3-nightly-x86_64 - - aws/rhel-9.3-nightly-aarch64 + - aws/rhel-9.4-nightly-x86_64 + - aws/rhel-9.4-nightly-aarch64 INTERNAL_NETWORK: "true" finish: diff --git a/Schutzfile b/Schutzfile index 960aeb5a..0db2f00f 100644 --- a/Schutzfile +++ b/Schutzfile @@ -2,7 +2,7 @@ "global": { "dependencies": { "manifest-db": { - "commit": "4076e4939970ca8642fa58c0d6e94d60d74c698c" + "commit": "4dda6c10c775d5810ea1aa1442d646f903dbedaf" } } },