mbox series

[0/3] Small CI improvements

Message ID 20210518084139.97957-1-pbonzini@redhat.com
Headers show
Series Small CI improvements | expand

Message

Paolo Bonzini May 18, 2021, 8:41 a.m. UTC
Patch 1 adjusts cirrus-ci to also test installation, and thus
entitlement application on macOS.

Patch 2 and 3 tweak the number of jobs during "make".

Paolo Bonzini (3):
  cirrus-ci: test installation
  ci: do not use #processors+1 jobs, #processors is enough
  ci: add -j to all "make" jobs

 .cirrus.yml    | 22 ++++++++++++----------
 .gitlab-ci.yml | 10 +++++-----
 .travis.yml    | 10 +++++-----
 3 files changed, 22 insertions(+), 20 deletions(-)

Comments

Alex Bennée May 19, 2021, 3:28 p.m. UTC | #1
Paolo Bonzini <pbonzini@redhat.com> writes:

> Patch 1 adjusts cirrus-ci to also test installation, and thus
> entitlement application on macOS.
>
> Patch 2 and 3 tweak the number of jobs during "make".

Hmm this seemed to time out a load and fail with some exit codes:

  https://gitlab.com/stsquad/qemu/-/pipelines/304979329/failures

>
> Paolo Bonzini (3):
>   cirrus-ci: test installation
>   ci: do not use #processors+1 jobs, #processors is enough
>   ci: add -j to all "make" jobs
>
>  .cirrus.yml    | 22 ++++++++++++----------
>  .gitlab-ci.yml | 10 +++++-----
>  .travis.yml    | 10 +++++-----
>  3 files changed, 22 insertions(+), 20 deletions(-)