]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: ci: Use make clean to reduce artifacts in successful jobs
authorNicki Křížek <nicki@isc.org>
Wed, 29 Jan 2025 14:11:13 +0000 (14:11 +0000)
committerNicki Křížek <nicki@isc.org>
Wed, 29 Jan 2025 14:11:13 +0000 (14:11 +0000)
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.

Merge branch 'nicki/reduce-ci-artifacts' into 'main'

See merge request isc-projects/bind9!10015


Trivial merge