Skip to content

[v9_11] Execute respdiff jobs out-of-order

Michal Nowak requested to merge mnowak/respdiff-job-dependency-fix-v9_11 into v9_11

Commit 9aa1c580 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 45d59c50 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.

(cherry picked from commit 87578efc)

Validation run: https://gitlab.isc.org/isc-projects/bind9/-/pipelines/90981

Merge request reports