]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move CI stage "other-checks" right after "quick-checks"
authorAndoni Duarte Pintado <andoni@isc.org>
Mon, 15 Dec 2025 16:01:58 +0000 (17:01 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 23 Jan 2026 11:50:50 +0000 (12:50 +0100)
commit9694a1a06e367110d7027f5bf44fe8ffa634c8e2
treef3d130625eeb9d65a18ed3f24fa85a442e110797
parent00e7621cd117bb0bea84f254c3f8385d3f6a0f41
Move CI stage "other-checks" right after "quick-checks"

Move CI stage "other-checks" right after "quick-checks" and get the jobs
in it as close to each other as possible in .gitlab-ci.yml.

Since no job is allowed to depend (via "needs") on any job that is
assigned to a stage later than its own, move the "tsan:stress" and
"gcov" jobs to the "system" stage.

(cherry picked from commit 4f89d32bff81935e9688b9664a68e517fb585194)
.gitlab-ci.yml