From 1c086fd3280735eb2d99b1f0b50e40cfbf322ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 16 Jul 2024 12:44:11 +0200 Subject: [PATCH] Test/manifests: start testing on c10s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Hozza --- .gitlab-ci.yml | 2 ++ Schutzfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 276d0b39..22f3a1fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,6 +93,8 @@ Manifests: - aws/fedora-39-aarch64 - aws/centos-stream-9-x86_64 - aws/centos-stream-9-aarch64 + - aws/centos-stream-10-x86_64 + - aws/centos-stream-10-aarch64 - PARALLEL_EXEC: ["1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8"] RUNNER: - aws/rhel-8.10-ga-x86_64 diff --git a/Schutzfile b/Schutzfile index 9b58f839..1c0bfaf2 100644 --- a/Schutzfile +++ b/Schutzfile @@ -2,7 +2,7 @@ "global": { "dependencies": { "manifest-db": { - "commit": "8b5efc273e7bf840c9219ff343777e71a57c110f" + "commit": "8bf14138336dfcebe6486068b5856cae2489c632" } } },