Skip to content

[v9_16] Execute respdiff jobs out-of-order

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

Commit e8d8b43e 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 704eeb32 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/90980

Merge request reports