]> 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:52:57 +0000 (12:52 +0100)
commit83af3d58dcf04d87b3f36f60e800be3f9440db55
tree59dfa44aa279b4c40e1ec3bb39c0460eff215664
parent52841c2101a0cd8f24705cfec58367449463614d
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