]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
gitlab-ci: Switch potfile job to AlmaLinux 9
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 May 2024 13:35:36 +0000 (15:35 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 14 May 2024 13:52:26 +0000 (15:52 +0200)
It's currently running against AlmaLinux 8 which went out of
support.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
.gitlab-ci.yml

index 81ac2ecddd69aa8a4b3b777fb45c1eb0336b4973..3114c7410ed58274fa4efece6b1120a8144759df 100644 (file)
@@ -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'