Skip to content

Commit

Permalink
gitlab-ci/cirrus: switch from 'master' to 'latest'
Browse files Browse the repository at this point in the history
Commit ab72522 "gitlab: switch from 'stable' to
'latest' docker container tags" switched most tags
to 'latest' but missed cirrus image.  Fix this now.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2256
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Message-id: 20240401051633.2780456-1-mjt@tls.msk.ru
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 1d2f2b3)
  • Loading branch information
Michael Tokarev committed Apr 5, 2024
1 parent cae1cac commit 0523aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.d/cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.cirrus_build_job:
extends: .base_job_template
stage: build
image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master
image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest
needs: []
timeout: 80m
allow_failure: true
Expand Down

0 comments on commit 0523aa8

Please sign in to comment.