]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitc5669a274db7efe208abd5f7fffe5499fe47ed14
treeeb5ed72ed8c1a2807b7dea3923c7295a7f2bd880
parente3dd7e3d96711a9b5f210b7e7246827d2448d868
parente5636598a5fd795ef80421f3a5d48c511a9498ff
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.

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

See merge request isc-projects/bind9!10015