mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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
|
image: $CI_REGISTRY/$RUN_UPSTREAM_NAMESPACE/libvirt/ci-$NAME:latest
|
||||||
stage: builds
|
stage: builds
|
||||||
variables:
|
variables:
|
||||||
NAME: almalinux-8
|
NAME: almalinux-9
|
||||||
before_script:
|
before_script:
|
||||||
- cat /packages.txt
|
- cat /packages.txt
|
||||||
needs:
|
needs:
|
||||||
- job: x86_64-almalinux-8-container
|
- job: x86_64-almalinux-9-container
|
||||||
optional: true
|
optional: true
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_NAMESPACE == $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- 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