]> git.ipfire.org Git - thirdparty/samba.git/commit
.gitlab-ci.yml: Restore building most of our jobs
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Oct 2021 19:11:49 +0000 (08:11 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Oct 2021 00:31:35 +0000 (00:31 +0000)
commitbcc22d00569551cfa25851c8c267ec9decc63d21
treed736a29f26b418f58545926472701b411b149d03
parentdd178d97250e041b29aad9b26d2994163bd99231
.gitlab-ci.yml: Restore building most of our jobs

We are changing the primary build jobs to use "when"
not "only".  These a similar and related GitLab syntax
tools to control when jobs are run.

With 'when' now in use it must be specified on all jobs
that inherit from each other via:

.extends .shared_template

"only" can be left however for the pages and coverity as
these use:

.extends .shared_runner_build_image

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14861

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
.gitlab-ci-main.yml