* [kvm-unit-tests PATCH] gitlab-ci: Fix the cirrus pipelines
@ 2024-04-15 13:03 Thomas Huth
2024-04-15 13:22 ` Daniel P. Berrangé
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Huth @ 2024-04-15 13:03 UTC (permalink / raw)
To: kvm, Andrew Jones, Paolo Bonzini; +Cc: Daniel P . Berrangé
Pulling the "master" libvirt-ci containers does not work anymore,
so we have to switch to the "latest" instead. See also:
https://gitlab.com/libvirt/libvirt/-/commit/5d591421220c850aa64a640
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff34b1f5..98177cdb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -308,7 +308,7 @@ build-centos7:
# https://gitlab.com/libvirt/libvirt/-/blob/v7.0.0/ci/README.rst
#
.cirrus_build_job_template: &cirrus_build_job_definition
- image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master
+ image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest
before_script:
- sed -e "s|[@]CI_REPOSITORY_URL@|$CI_REPOSITORY_URL|g"
-e "s|[@]CI_COMMIT_REF_NAME@|$CI_COMMIT_REF_NAME|g"
--
2.44.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [kvm-unit-tests PATCH] gitlab-ci: Fix the cirrus pipelines
2024-04-15 13:03 [kvm-unit-tests PATCH] gitlab-ci: Fix the cirrus pipelines Thomas Huth
@ 2024-04-15 13:22 ` Daniel P. Berrangé
2024-04-15 13:44 ` Thomas Huth
0 siblings, 1 reply; 3+ messages in thread
From: Daniel P. Berrangé @ 2024-04-15 13:22 UTC (permalink / raw)
To: Thomas Huth; +Cc: kvm, Andrew Jones, Paolo Bonzini
On Mon, Apr 15, 2024 at 03:03:21PM +0200, Thomas Huth wrote:
> Pulling the "master" libvirt-ci containers does not work anymore,
> so we have to switch to the "latest" instead. See also:
We explicitly changed to publish under the 'latest' tag.
> https://gitlab.com/libvirt/libvirt/-/commit/5d591421220c850aa64a640
This commit is the root cause:
https://gitlab.com/libvirt/libvirt-ci/-/commit/6e3c5ccac77714be70c0dc52c5210c7cda8fe40f
The effects were dormant for a year as I didn't delete the old
':master' tags until two weeks ago.
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> .gitlab-ci.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index ff34b1f5..98177cdb 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -308,7 +308,7 @@ build-centos7:
> # https://gitlab.com/libvirt/libvirt/-/blob/v7.0.0/ci/README.rst
> #
> .cirrus_build_job_template: &cirrus_build_job_definition
> - image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master
> + image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest
> before_script:
> - sed -e "s|[@]CI_REPOSITORY_URL@|$CI_REPOSITORY_URL|g"
> -e "s|[@]CI_COMMIT_REF_NAME@|$CI_COMMIT_REF_NAME|g"
> --
> 2.44.0
>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [kvm-unit-tests PATCH] gitlab-ci: Fix the cirrus pipelines
2024-04-15 13:22 ` Daniel P. Berrangé
@ 2024-04-15 13:44 ` Thomas Huth
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2024-04-15 13:44 UTC (permalink / raw)
To: Daniel P. Berrangé; +Cc: kvm, Andrew Jones, Paolo Bonzini
On 15/04/2024 15.22, Daniel P. Berrangé wrote:
> On Mon, Apr 15, 2024 at 03:03:21PM +0200, Thomas Huth wrote:
>> Pulling the "master" libvirt-ci containers does not work anymore,
>> so we have to switch to the "latest" instead. See also:
>
> We explicitly changed to publish under the 'latest' tag.
>
>> https://gitlab.com/libvirt/libvirt/-/commit/5d591421220c850aa64a640
>
> This commit is the root cause:
>
> https://gitlab.com/libvirt/libvirt-ci/-/commit/6e3c5ccac77714be70c0dc52c5210c7cda8fe40f
>
> The effects were dormant for a year as I didn't delete the old
> ':master' tags until two weeks ago.
Thanks! I added that information to the commit message and pushed the patch
to the repository.
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-15 13:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15 13:03 [kvm-unit-tests PATCH] gitlab-ci: Fix the cirrus pipelines Thomas Huth
2024-04-15 13:22 ` Daniel P. Berrangé
2024-04-15 13:44 ` Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox