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:
David Michael 2019-05-31 17:47:14 +00:00
parent 5d0af879ae
commit 0bcf0e9fcf
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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