From 239e8ccbc021df8d80fe58b6a9df612dc5d66cb6 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 4 Jul 2022 12:33:25 +0300 Subject: [PATCH] ci: Update runner to RHEL 9.1 to enable test in nightly pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa36365ae..28c6d838c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -199,7 +199,7 @@ Manifests: parallel: matrix: - RUNNER: - - aws/centos-stream-9-x86_64 + - aws/rhel-9.1-nightly-x86_64 INTERNAL_NETWORK: ["true"] .regression: