[PATCH 0/3] Small CI improvements

Paolo Bonzini posted 3 patches 2 years, 11 months ago
Failed in applying to current master (apply log)
.cirrus.yml    | 22 ++++++++++++----------
.gitlab-ci.yml | 10 +++++-----
.travis.yml    | 10 +++++-----
3 files changed, 22 insertions(+), 20 deletions(-)
[PATCH 0/3] Small CI improvements
Posted by Paolo Bonzini 2 years, 11 months ago
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(-)

-- 
2.31.1


Re: [PATCH 0/3] Small CI improvements
Posted by Alex Bennée 2 years, 11 months ago
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(-)


-- 
Alex Bennée