[XEN PATCH 0/4] Some improvement for gitlab CI jobs

Anthony PERARD posted 4 patches 2 years, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220228145523.8954-1-anthony.perard@citrix.com
There is a newer version of this series
automation/gitlab-ci/build.yaml | 18 ++++---
automation/gitlab-ci/test.yaml  | 89 +++++++++------------------------
2 files changed, 37 insertions(+), 70 deletions(-)
[XEN PATCH 0/4] Some improvement for gitlab CI jobs
Posted by Anthony PERARD 2 years, 2 months ago
Patch series available in this git branch:
https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.gitlab-ci-improvement-v1

Allow build and test jobs to run concurently.

Avoid running "test artifact" jobs on branch "master" and other, when test jobs
aren't runned.

Anthony PERARD (4):
  automation: fix typo in .gcc-tmpl
  automation: add a templates for test jobs
  automation: only run test artifact jobs when needed
  automation: use "needs" instead of "dependencies" for test jobs

 automation/gitlab-ci/build.yaml | 18 ++++---
 automation/gitlab-ci/test.yaml  | 89 +++++++++------------------------
 2 files changed, 37 insertions(+), 70 deletions(-)

-- 
Anthony PERARD