]> git.ipfire.org Git - thirdparty/bind9.git/commit
Execute respdiff jobs out-of-order
authorMichal Nowak <mnowak@isc.org>
Wed, 22 Dec 2021 10:14:56 +0000 (11:14 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 22 Dec 2021 13:44:51 +0000 (14:44 +0100)
commit87578efc718e84d0dfaf2553f00b2f3ba1c5ad3e
treeafd3426c26b1615288fb306e47a3ec87a2e4ac7a
parent077f024c1426884e1dfff1652279b2305190d9c4
Execute respdiff jobs out-of-order

Commit 2ececf2c dropped dependency of "respdiff" and
"respdiff-third-party" jobs on "tarball-create" job because these jobs
don't need to depend on in (e.g., for its artifacts). This, however,
caused that respdiff jobs weren't started out-of-order and artifacts
from all the "Build" stage jobs plus "unit:gcc:buster:amd64" job were
downloaded to project directory and caused problems with compilation:

Originally, the dependency on "tarball-create" has been added in
04f8b65a to indicate that respdiff "is meant to operate on two different
BIND versions". It seems that the intent didn't work out, and we better
make it obvious that respdiff jobs don't depend on any other job and
should be run out-of-order.
.gitlab-ci.yml