From 453d0888242a84a0e554b61acb7bffd30c591e01 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 14 May 2024 15:35:36 +0200 Subject: [PATCH] gitlab-ci: Switch potfile job to AlmaLinux 9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's currently running against AlmaLinux 8 which went out of support. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81ac2ecddd..3114c7410e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,11 +123,11 @@ potfile: image: $CI_REGISTRY/$RUN_UPSTREAM_NAMESPACE/libvirt/ci-$NAME:latest stage: builds variables: - NAME: almalinux-8 + NAME: almalinux-9 before_script: - cat /packages.txt needs: - - job: x86_64-almalinux-8-container + - job: x86_64-almalinux-9-container optional: true rules: - if: '$CI_PROJECT_NAMESPACE == $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'