]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: ci: Fix generate-tsan-stress-test-configs CI job
authorŠtěpán Balážik <stepan@isc.org>
Wed, 25 Feb 2026 12:13:54 +0000 (12:13 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 25 Feb 2026 12:13:54 +0000 (12:13 +0000)
commitfafe462c1af9ef2a5f49e4b79c66c8dcd74d5042
treecf40c87bece42e7cd583944e4b09155288777710
parent118ab70b42663e0f8b9e03e0130c71459e7fc4cf
parent4ed6c4e4e7027e92b3850bbd4b4c4b3f01dc0e3d
fix: ci: Fix generate-tsan-stress-test-configs CI job

In a3d0f43d2 I moved the script that does this to the QA repo and
screwed up the path.

Fix the path and make the job run properly again.

Merge branch 'stepan/fix-tsan-stress' into 'main'

See merge request isc-projects/bind9!11599