]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: ci: Use make clean to reduce artifacts in successful jobs
authorNicki Křížek <nicki@isc.org>
Wed, 29 Jan 2025 14:45:23 +0000 (14:45 +0000)
committerNicki Křížek <nicki@isc.org>
Wed, 29 Jan 2025 14:45:23 +0000 (14:45 +0000)
commitc753376b2ee6dc50a6b3ffcab3398b27acb32ae5
treee69a01154ff8ad161adb9fad2c80b7c5b9d926d6
parent0285a0447fb710150bcfa94e3df8f0ebfb2e714a
parent5d45acaa2ff6910bd90b9431a477a3a03eac482a
[9.20] chg: ci: Use make clean to reduce artifacts in successful jobs

Reduce the amount of artifacts stored by running make clean at the end
of unit and system test run. If any of the previous commands fail, the
runner will stop executing the commands in `script` immediately, so the
cleanup only happens if none of the previous commands failed.

The build artifacts from unit and system tests are re-used anywhere and
should be safe to throw away immediately.

Backport of MR !10015

Merge branch 'backport-nicki/reduce-ci-artifacts-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10018