]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: ci: Don't overwrite JUnit file generated by pytest in post-processing
authorŠtěpán Balážik <stepan@isc.org>
Wed, 7 Jan 2026 18:20:23 +0000 (18:20 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 7 Jan 2026 18:20:23 +0000 (18:20 +0000)
commit6c14d1aa236953b41e7c6c05038fc487568d3dcf
treec642cc4947cf282a635ea442d0ce93e44529a26b
parentba9b80de3259b9f83e73c75109f74c785ffd0fee
parent0609e48adb3bed9bb0f6559ad334bbeb7e6fd663
[9.20] chg: ci: Don't overwrite JUnit file generated by pytest in post-processing

When both input and output files are the same, it creates unnecesary
troubles in debugging issues with the JUnit files.

Keep the Pytest-generated file in the artifacts and output the checked
version as a new file.

Companion MR: https://gitlab.isc.org/isc-projects/bind9-qa/-/merge_requests/155

Backport of MR !11430

Merge branch 'backport-stepan/dont-overwrite-pytest-junit-xml-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11431