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