Re: [PATCH v1 10/14] gitlab-ci.yml: Merge the trace-backend testing into other jobs

2021-03-22 Thread Willian Rampazzo
On Sat, Mar 20, 2021 at 10:37 AM Alex Bennée wrote: > > From: Thomas Huth > > Our gitlab-ci got quite slow in the past weeks, due to the immense amount > of jobs that we have, so we should try to reduce the number of jobs. > There is no real good reason for having separate jobs just to test the >

[PATCH v1 10/14] gitlab-ci.yml: Merge the trace-backend testing into other jobs

2021-03-20 Thread Alex Bennée
From: Thomas Huth Our gitlab-ci got quite slow in the past weeks, due to the immense amount of jobs that we have, so we should try to reduce the number of jobs. There is no real good reason for having separate jobs just to test the trace backends, we can do this just fine in other jobs, too. Sig