mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
gitlab-ci: Switch potfile job to AlmaLinux 9
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>
This commit is contained in:
parent
0759cf3fa6
commit
453d088824
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user