[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gitlab-ci: Remove unused container images
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH] gitlab-ci: Remove unused container images |
Date: |
Sun, 21 Feb 2021 09:39:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/20/21 10:10 PM, 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.
Maybe we should run the check-tcg tests for each target on Gitlab?
>> 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.
Indeed:
$ git grep container_image
tests/tcg/configure.sh:107: container_image=
tests/tcg/configure.sh:111: container_image=debian-arm64-test-cross
tests/tcg/configure.sh:115: container_image=debian-alpha-cross
tests/tcg/configure.sh:120: container_image=debian-armhf-cross
tests/tcg/configure.sh:124: container_image=fedora-cris-cross
tests/tcg/configure.sh:128: container_image=debian-hppa-cross
tests/tcg/configure.sh:132: container_image=fedora-i386-cross
tests/tcg/configure.sh:136: container_image=debian-m68k-cross
tests/tcg/configure.sh:140: container_image=debian-mips64el-cross
tests/tcg/configure.sh:144: container_image=debian-mips64-cross
tests/tcg/configure.sh:148: container_image=debian-mipsel-cross
tests/tcg/configure.sh:152: container_image=debian-mips-cross
tests/tcg/configure.sh:156: container_image=debian-powerpc-cross
tests/tcg/configure.sh:160: container_image=debian-ppc64-cross
tests/tcg/configure.sh:164: container_image=debian-ppc64el-cross
tests/tcg/configure.sh:168: container_image=debian-riscv64-cross
tests/tcg/configure.sh:172: container_image=debian-s390x-cross
tests/tcg/configure.sh:176: container_image=debian-sh4-cross
tests/tcg/configure.sh:180: container_image=debian-sparc64-cross
tests/tcg/configure.sh:184: container_image=debian-xtensa-cross
tests/tcg/configure.sh:261: if test $got_cross_cc = no && test
"$container" != no && test -n "$container_image"; then
tests/tcg/configure.sh:262: echo "DOCKER_IMAGE=$container_image" >>
$config_target_mak
>
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> .gitlab-ci.d/containers.yml | 92 -------------------------------------
>> 1 file changed, 92 deletions(-)