Re: [Development] New features in CI

2021-03-27 Thread Lars Knoll
> On 27 Mar 2021, at 11:23, Giuseppe D'Angelo via Development > wrote: > > Hi, > > On 12/03/2021 17:22, Tor Arne Vestbø wrote: >> We we please improve this by: >> 1. Attempt to cherry-pick the commits in the tested branch into dev, before >> falling back to a merge commit (if needed) >> 2.

Re: [Development] New features in CI

2021-03-27 Thread Giuseppe D'Angelo via Development
Hi, On 12/03/2021 17:22, Tor Arne Vestbø wrote: We we please improve this by:  1. Attempt to cherry-pick the commits in the tested branch into dev, before falling back to a merge commit (if needed)  2. If we need to merge:    - Reflecting the CI as the author of the merge commit    - Refl

Re: [Development] New features in CI

2021-03-12 Thread Tor Arne Vestbø
On 1 Mar 2021, at 17:22, Edward Welbourne mailto:edward.welbou...@qt.io>> wrote: If a staging branch passes, all the changes contained in that branch will be merged into the target branch (can be a fast-forward merge). you mean actual git merges, rather than rebases/cherry-picks? that will lead

Re: [Development] New features in CI

2021-03-01 Thread Giuseppe D'Angelo via Development
Il 01/03/21 14:25, Lars Knoll ha scritto: First of all, you can now find a ‘Precheck' button in gerrit. That button triggers a full CI test run of the Sha1 in the change and will post back the result of that run as a comment. This should make it a lot easier to test some of your changes before

Re: [Development] New features in CI

2021-03-01 Thread Robert Löhning
Am 01.03.21 um 14:25 schrieb Lars Knoll: Hi all, While the CI maintenance break today took a little longer than usual, it also came with two very nice new features that will hopefully make everybody’s life easier. First of all, you can now find a ‘Precheck' button in gerrit. That button trig

Re: [Development] New features in CI

2021-03-01 Thread Ville Voutilainen
On Mon, 1 Mar 2021 at 15:31, Lars Knoll wrote: > To fix this, we have now added a new feature (called parallel staging > branches), where CI rounds are not serialised anymore. Instead, COIN will > start a new CI run 15 minutes after a change (or a set of changes) got > staged. It will start tha

Re: [Development] New features in CI

2021-03-01 Thread Oswald Buddenhagen
On Mon, Mar 01, 2021 at 04:22:01PM +, Edward Welbourne wrote: One advantage of testing the branch as it stands in Gerrit, rather than a rebase of it, is that line numbers in the resulting build report will really correspond to those in the commit tested, without random perturbations due to ch

Re: [Development] New features in CI

2021-03-01 Thread Edward Welbourne
On Mon, Mar 01, 2021 at 01:25:50PM +, Lars Knoll wrote: >> First of all, you can now find a ‘Precheck' button in gerrit. That >> button triggers a full CI test run of the Sha1 in the change and will >> post back the result of that run as a comment. Oswald Buddenhagen (1 March 2021 17:02) repli

Re: [Development] New features in CI

2021-03-01 Thread Oswald Buddenhagen
On Mon, Mar 01, 2021 at 01:25:50PM +, Lars Knoll wrote: First of all, you can now find a ‘Precheck' button in gerrit. That button triggers a full CI test run of the Sha1 in the change and will post back the result of that run as a comment. so this simply exposes the pre-existing functional

[Development] New features in CI

2021-03-01 Thread Lars Knoll
Hi all, While the CI maintenance break today took a little longer than usual, it also came with two very nice new features that will hopefully make everybody’s life easier. First of all, you can now find a ‘Precheck' button in gerrit. That button triggers a full CI test run of the Sha1 in the