Re: [RFC PATCH 0/1] ci: Speed up container stage

2023-02-24 Thread Daniel P . Berrangé
On Thu, Feb 23, 2023 at 05:30:58PM -0300, Fabiano Rosas wrote: > > Hi Alex, > > > Daniel P. Berrangé writes: > > > >> On Thu, Feb 23, 2023 at 11:21:53AM -0300, Fabiano Rosas wrote: > >>> I'm not sure if this was discussed previously, but I noticed we're not > >>> pulling the images we push to th

Re: [RFC PATCH 0/1] ci: Speed up container stage

2023-02-23 Thread Fabiano Rosas
Hi Alex, > Daniel P. Berrangé writes: > >> On Thu, Feb 23, 2023 at 11:21:53AM -0300, Fabiano Rosas wrote: >>> I'm not sure if this was discussed previously, but I noticed we're not >>> pulling the images we push to the registry at every pipeline run. >>> >>> I would expect we don't actually ne

Re: [RFC PATCH 0/1] ci: Speed up container stage

2023-02-23 Thread Fabiano Rosas
Daniel P. Berrangé writes: > On Thu, Feb 23, 2023 at 11:21:53AM -0300, Fabiano Rosas wrote: >> I'm not sure if this was discussed previously, but I noticed we're not >> pulling the images we push to the registry at every pipeline run. >> >> I would expect we don't actually need to rebuild contai

Re: [RFC PATCH 0/1] ci: Speed up container stage

2023-02-23 Thread Alex Bennée
Daniel P. Berrangé writes: > On Thu, Feb 23, 2023 at 11:21:53AM -0300, Fabiano Rosas wrote: >> I'm not sure if this was discussed previously, but I noticed we're not >> pulling the images we push to the registry at every pipeline run. >> >> I would expect we don't actually need to rebuild cont

Re: [RFC PATCH 0/1] ci: Speed up container stage

2023-02-23 Thread Daniel P . Berrangé
On Thu, Feb 23, 2023 at 11:21:53AM -0300, Fabiano Rosas wrote: > I'm not sure if this was discussed previously, but I noticed we're not > pulling the images we push to the registry at every pipeline run. > > I would expect we don't actually need to rebuild container images at > _every_ pipeline ru

[RFC PATCH 0/1] ci: Speed up container stage

2023-02-23 Thread Fabiano Rosas
I'm not sure if this was discussed previously, but I noticed we're not pulling the images we push to the registry at every pipeline run. I would expect we don't actually need to rebuild container images at _every_ pipeline run, so I propose we add a "docker pull" to the container templates. We alr