Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-22 Thread Alex Bennée
Thomas Huth writes: > On 20/02/2021 22.10, Alex Bennée wrote: >> >> Thomas Huth 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 individua

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-21 Thread Thomas Huth
On 20/02/2021 22.10, Alex Bennée wrote: Thomas Huth 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

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-21 Thread Philippe Mathieu-Daudé
On 2/20/21 10:10 PM, Alex Bennée wrote: > > Thomas Huth 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

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-20 Thread Alex Bennée
Thomas Huth writes: > On 19/02/2021 13.00, Philippe Mathieu-Daudé wrote: >> On 2/19/21 12:09 PM, Thomas Huth wrote: >>> 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

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-20 Thread Alex Bennée
Thomas Huth 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

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-19 Thread Philippe Mathieu-Daudé
On 2/19/21 2:10 PM, Thomas Huth wrote: > On 19/02/2021 13.00, Philippe Mathieu-Daudé wrote: >> On 2/19/21 12:09 PM, Thomas Huth wrote: >>> 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

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-19 Thread Thomas Huth
On 19/02/2021 13.00, Philippe Mathieu-Daudé wrote: On 2/19/21 12:09 PM, Thomas Huth wrote: 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 cou

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-19 Thread Daniel P . Berrangé
On Fri, Feb 19, 2021 at 01:00:21PM +0100, Philippe Mathieu-Daudé wrote: > On 2/19/21 12:09 PM, Thomas Huth wrote: > > 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 no

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-19 Thread Philippe Mathieu-Daudé
On 2/19/21 12:09 PM, Thomas Huth wrote: > 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.

Re: [PATCH] gitlab-ci: Remove unused container images

2021-02-19 Thread Daniel P . Berrangé
On Fri, Feb 19, 2021 at 12:09:50PM +0100, Thomas Huth wrote: > 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

[PATCH] gitlab-ci: Remove unused container images

2021-02-19 Thread Thomas Huth
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. Signed-off-by: Thomas Huth --- .gitlab-ci.d/