gitlab-ci/cirrus: switch from 'master' to 'latest'
Commit ab72522797
"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>
This commit is contained in:
parent
7901c12bd7
commit
1d2f2b35bc
@ -13,7 +13,7 @@
|
|||||||
.cirrus_build_job:
|
.cirrus_build_job:
|
||||||
extends: .base_job_template
|
extends: .base_job_template
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master
|
image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest
|
||||||
needs: []
|
needs: []
|
||||||
# 20 mins larger than "timeout_in" in cirrus/build.yml
|
# 20 mins larger than "timeout_in" in cirrus/build.yml
|
||||||
# as there's often a 5-10 minute delay before Cirrus CI
|
# as there's often a 5-10 minute delay before Cirrus CI
|
||||||
|
Loading…
Reference in New Issue
Block a user