]> git.ipfire.org Git - thirdparty/bind9.git/commit
Run gcc:tarball CI job for merge requests
authorMichal Nowak <mnowak@isc.org>
Thu, 20 May 2021 16:00:28 +0000 (18:00 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 24 May 2021 18:04:44 +0000 (20:04 +0200)
commit25b8add3823d1b6ff2d2fa61c3df5fa993129ab5
treede99122c9c5886db2b98aaa5afd2b9580a993347
parenta3bd8d36d8ccd4cfcdd89410a482298a9a70361d
Run gcc:tarball CI job for merge requests

Running gcc:tarball CI job for merge requests is consistent with how we
run gcc:out-of-tree CI job and should help identify problems with the
build system during the review process, not once merged during daily
runs. For the sake of time, unit and system tests associated with the
gcc:tarball CI job are excluded from merge requests.

Also, make sure that the tarball-create CI job includes the
default_triggering_rules anchor (as it is on the main branch), otherwise
adding the gcc:tarball CI job to merge request-triggered pipeline fails
with:

    Found errors in your .gitlab-ci.yml: 'gcc:tarball' job needs 'tarball-create' job but it was not added to the pipeline

(cherry picked from commit 83617cea9a7ac4b877b0874d041d21d80eb36fac)
.gitlab-ci.yml