Re: gitlab-ci: Only build /staging branch?

2021-03-25 Thread Daniel P . Berrangé
On Thu, Mar 25, 2021 at 12:05:32PM +0100, Paolo Bonzini wrote: > On 25/03/21 11:34, Peter Maydell wrote: > > It needs to be faster. Mostly I do check the gitlab CI pipeline > > status, but in the run-up to getting rc0 out I stopped waiting > > for the gitlab CI job to finish, because I was

Re: gitlab-ci: Only build /staging branch?

2021-03-25 Thread Peter Maydell
On Thu, 25 Mar 2021 at 11:05, Paolo Bonzini wrote: > > On 25/03/21 11:34, Peter Maydell wrote: > > It needs to be faster. Mostly I do check the gitlab CI pipeline > > status, but in the run-up to getting rc0 out I stopped waiting > > for the gitlab CI job to finish, because I was continually

Re: gitlab-ci: Only build /staging branch?

2021-03-25 Thread Paolo Bonzini
On 25/03/21 11:34, Peter Maydell wrote: It needs to be faster. Mostly I do check the gitlab CI pipeline status, but in the run-up to getting rc0 out I stopped waiting for the gitlab CI job to finish, because I was continually finding that I kicked off a run, my local build-tests would complete

Re: gitlab-ci: Only build /staging branch?

2021-03-25 Thread Peter Maydell
On Thu, 25 Mar 2021 at 09:33, Philippe Mathieu-Daudé wrote: > v6.0 is at the door and I was wondering what is missing to have the > CI used as a gate. It needs to be faster. Mostly I do check the gitlab CI pipeline status, but in the run-up to getting rc0 out I stopped waiting for the gitlab CI

Re: gitlab-ci: Only build /staging branch?

2021-03-25 Thread Philippe Mathieu-Daudé
On 3/25/21 10:29 AM, Philippe Mathieu-Daudé wrote: > On 3/25/21 6:43 AM, Thomas Huth wrote: >> On 24/03/2021 22.58, Philippe Mathieu-Daudé wrote: >>> On 3/24/21 7:33 PM, Philippe Mathieu-Daudé wrote: On 3/24/21 7:01 PM, Philippe Mathieu-Daudé wrote: > Hi, > > Peter's current

Re: gitlab-ci: Only build /staging branch?

2021-03-25 Thread Philippe Mathieu-Daudé
On 3/25/21 6:43 AM, Thomas Huth wrote: > On 24/03/2021 22.58, Philippe Mathieu-Daudé wrote: >> On 3/24/21 7:33 PM, Philippe Mathieu-Daudé wrote: >>> On 3/24/21 7:01 PM, Philippe Mathieu-Daudé wrote: Hi, Peter's current workflow is push to /staging and if his testing succeeds,

Re: gitlab-ci: Only build /staging branch?

2021-03-24 Thread Thomas Huth
On 24/03/2021 22.58, Philippe Mathieu-Daudé wrote: On 3/24/21 7:33 PM, Philippe Mathieu-Daudé wrote: On 3/24/21 7:01 PM, Philippe Mathieu-Daudé wrote: Hi, Peter's current workflow is push to /staging and if his testing succeeds, he pushes the same commit as /master. IMO there is no point in

Re: gitlab-ci: Only build /staging branch?

2021-03-24 Thread Cleber Rosa
On Wed, Mar 24, 2021 at 07:01:12PM +0100, Philippe Mathieu-Daudé wrote: > Hi, > > Peter's current workflow is push to /staging and if his > testing succeeds, he pushes the same commit as /master. > > IMO there is no point in building /master branch, as it > has already been built earlier as

Re: gitlab-ci: Only build /staging branch?

2021-03-24 Thread Philippe Mathieu-Daudé
On 3/24/21 7:33 PM, Philippe Mathieu-Daudé wrote: > On 3/24/21 7:01 PM, Philippe Mathieu-Daudé wrote: >> Hi, >> >> Peter's current workflow is push to /staging and if his >> testing succeeds, he pushes the same commit as /master. >> >> IMO there is no point in building /master branch, as it >> has

Re: gitlab-ci: Only build /staging branch?

2021-03-24 Thread Philippe Mathieu-Daudé
On 3/24/21 7:01 PM, Philippe Mathieu-Daudé wrote: > Hi, > > Peter's current workflow is push to /staging and if his > testing succeeds, he pushes the same commit as /master. > > IMO there is no point in building /master branch, as it > has already been built earlier as /staging. Also this might

gitlab-ci: Only build /staging branch?

2021-03-24 Thread Philippe Mathieu-Daudé
Hi, Peter's current workflow is push to /staging and if his testing succeeds, he pushes the same commit as /master. IMO there is no point in building /master branch, as it has already been built earlier as /staging. Regards, Phil.