]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: ci: Run shotgun tests on MRs
authorNicki Křížek <nicki@isc.org>
Thu, 27 Feb 2025 13:30:26 +0000 (13:30 +0000)
committerNicki Křížek <nicki@isc.org>
Thu, 27 Feb 2025 13:30:26 +0000 (13:30 +0000)
commitce47cb3ab6224016f8afa3d35467e6df5d15c57a
treed608c76184eab02fe3b5f6b48ad4b76b09514112
parent23c1fbc609fab595b6fe892be34a76af325171ed
parent29fd7564083731373bd132ec65ffc0a9072f8efc
new: ci: Run shotgun tests on MRs

Execute DNS Shotgun performance tests on the regular MRs and compare the changes they introduce against the MR diff base. The results are evaluated automatically - the shotgun jobs will fail if thresholds for CPU/memory/latency difference is exceeded.

Merge branch 'nicki/ci-shotgun-eval' into 'main'

See merge request isc-projects/bind9!10127