From: "Alex Bennée" <alex.bennee@linaro.org>
To: Thomas Huth <thuth@redhat.com>
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [PATCH] gitlab-ci: Remove unused container images
Date: Mon, 22 Feb 2021 08:44:47 +0000 [thread overview]
Message-ID: <877dn07aoa.fsf@linaro.org> (raw)
In-Reply-To: <6d677b16-8e46-3b5e-385e-c482dd182a2a@redhat.com>
Thomas Huth <thuth@redhat.com> writes:
> On 20/02/2021 22.10, Alex Bennée wrote:
>>
>> Thomas Huth <thuth@redhat.com> writes:
>>
>>> We're building a lot of containers in the gitlab-CI that we never use.
>>> This takes away network bandwidth and CPU time from other jobs for no
>>> use, so let's remove them for now. The individual containers could be
>>> re-added later when we really need them.
>>
>> They are used - when people run check-tcg their builds are cached via
>> gitlab.
>
> Oh, I didn't know that. But where's the magic that tells the tcg tests to
> use the registry from gitlab?
> "grep -ri gitlab tests/tcg" does not show any results?
It's in the docker makefiles:
DOCKER_REGISTRY := $(if $(REGISTRY),$(REGISTRY),registry.gitlab.com/qemu-project/qemu)
which are dependencies for the appropriate tests.
> Also some documentation would be helpful, docs/devel/testing.rst does not
> talk about gitlab at all...?
I'll see if I can improve that.
>
> Thomas
--
Alex Bennée
prev parent reply other threads:[~2021-02-22 8:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-19 11:09 [PATCH] gitlab-ci: Remove unused container images Thomas Huth
2021-02-19 11:40 ` Daniel P. Berrangé
2021-02-19 12:00 ` Philippe Mathieu-Daudé
2021-02-19 12:08 ` Daniel P. Berrangé
2021-02-19 13:10 ` Thomas Huth
2021-02-19 13:41 ` Philippe Mathieu-Daudé
2021-02-20 21:11 ` Alex Bennée
2021-02-20 21:10 ` Alex Bennée
2021-02-21 8:39 ` Philippe Mathieu-Daudé
2021-02-22 5:31 ` Thomas Huth
2021-02-22 8:44 ` Alex Bennée [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877dn07aoa.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.