]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: ci: Run an additional respdiff job for merge requests and schedules
authorŠtěpán Balážik <stepan@isc.org>
Sun, 6 Jul 2025 13:18:53 +0000 (13:18 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Sun, 6 Jul 2025 13:18:53 +0000 (13:18 +0000)
commit67916aafad3a9c5c0fd028e5bd502a260d6a739b
tree5b4bba44d56cc36fc3ff0084426bed9eec1c571e
parent571d31846637038f4315ea967c9eec5baa1bfcc1
parent9a6e8b9190990c81dadbb5bb7e5bf1ed60aaad8c
new: ci: Run an additional respdiff job for merge requests and schedules

On MRs it uses the merge target as the reference.
In schedules it uses the latest released version for this branch as the reference.

This MR lays the ground work for using respdiff on non-standard configurations (like ECS) in the public repo, see https://gitlab.isc.org/isc-private/bind9/-/merge_requests/807#note_573140.

To reduce the future hassle when maintaining the -S version, most of the work (including an added job, so we know that it actually works) is done here.

Merge branch 'stepan/respdiff-against-merge-target-or-last-release' into 'main'

See merge request isc-projects/bind9!10664