Re: [PATCH v3 29/30] gitlab: limit re-builds of the containers

2020-06-29 Thread Daniel P . Berrangé
On Mon, Jun 29, 2020 at 01:42:19PM +0200, Thomas Huth wrote: > On 29/06/2020 12.11, Alex Bennée wrote: > > > > Daniel P. Berrangé writes: > > > > > On Fri, Jun 26, 2020 at 07:13:56PM +0100, Alex Bennée wrote: > > > > Most of the time we are just rebuilding the same things. We can skip > > > >

Re: [PATCH v3 29/30] gitlab: limit re-builds of the containers

2020-06-29 Thread Thomas Huth
On 29/06/2020 12.11, Alex Bennée wrote: Daniel P. Berrangé writes: On Fri, Jun 26, 2020 at 07:13:56PM +0100, Alex Bennée wrote: Most of the time we are just rebuilding the same things. We can skip this although currently there is no mechanism for picking up new distro releases. Rather than

Re: [PATCH v3 29/30] gitlab: limit re-builds of the containers

2020-06-29 Thread Alex Bennée
Daniel P. Berrangé writes: > On Fri, Jun 26, 2020 at 07:13:56PM +0100, Alex Bennée wrote: >> Most of the time we are just rebuilding the same things. We can skip >> this although currently there is no mechanism for picking up new >> distro releases. >> >> Rather than try to be too fine

Re: [PATCH v3 29/30] gitlab: limit re-builds of the containers

2020-06-29 Thread Daniel P . Berrangé
On Fri, Jun 26, 2020 at 07:13:56PM +0100, Alex Bennée wrote: > Most of the time we are just rebuilding the same things. We can skip > this although currently there is no mechanism for picking up new > distro releases. > > Rather than try to be too fine grained allow any change to trigger all >

Re: [PATCH v3 29/30] gitlab: limit re-builds of the containers

2020-06-29 Thread Philippe Mathieu-Daudé
On 6/26/20 8:13 PM, Alex Bennée wrote: > Most of the time we are just rebuilding the same things. We can skip > this although currently there is no mechanism for picking up new > distro releases. > > Rather than try to be too fine grained allow any change to trigger all > the images being

[PATCH v3 29/30] gitlab: limit re-builds of the containers

2020-06-26 Thread Alex Bennée
Most of the time we are just rebuilding the same things. We can skip this although currently there is no mechanism for picking up new distro releases. Rather than try to be too fine grained allow any change to trigger all the images being rebuilt. Signed-off-by: Alex Bennée ---