mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
jenkins: Move workspace cleanup to the pipeline
More space can be saved by removing things that get overwritten on the next job run, but they are used after this script runs (e.g. for fingerprinting). Drop the cleanup from these scripts and move it all to the post-build pipeline stage.
This commit is contained in:
parent
5d0af879ae
commit
0bcf0e9fcf
@ -20,6 +20,3 @@ enter sudo ${S}/bootstrap_sdk \
|
|||||||
--sign_digests="${SIGNING_USER}" \
|
--sign_digests="${SIGNING_USER}" \
|
||||||
--upload_root="${UPLOAD_ROOT}" \
|
--upload_root="${UPLOAD_ROOT}" \
|
||||||
--upload
|
--upload
|
||||||
|
|
||||||
# Free some disk space only on success to allow debugging failures.
|
|
||||||
sudo rm -rf src/build/catalyst/builds
|
|
||||||
|
@ -20,6 +20,3 @@ enter sudo ${S}/build_toolchains \
|
|||||||
--sign_digests="${SIGNING_USER}" \
|
--sign_digests="${SIGNING_USER}" \
|
||||||
--upload_root="${UPLOAD_ROOT}" \
|
--upload_root="${UPLOAD_ROOT}" \
|
||||||
--upload
|
--upload
|
||||||
|
|
||||||
# Free some disk space only on success to allow debugging failures.
|
|
||||||
sudo rm -rf src/build/catalyst/builds
|
|
||||||
|
Loading…
Reference in New Issue
Block a user