commit | cdee8fda138ceda716c91974055c637f322e44be | [log] [tgz] |
---|---|---|
author | Fumitoshi Ukai <ukai@google.com> | Tue Jul 16 09:53:19 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 16 09:53:19 2024 |
tree | 607802c08514ca0ae8d3b639b981637be454d071 | |
parent | bb51eefdbcdc2253429d3b32a7ac1079019a983f [diff] |
isolate: remove tempdir after diff uploaded deterministic_build_diffs.tgz will be big (e.g. ~4GB), and left in own temp dir, so bot will fail with out of disk. remove temp dir after diff uploaded. Bug: 351868766 Change-Id: Ibcefd801420035f7364bbfb0ac78b89285281fc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/5711053 Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Fumitoshi Ukai <ukai@google.com>
If you're here to make a change to ‘recipes’ (the code located in the recipes
directory), please take a look at the README for more information pertaining to recipes.
The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores
, with the exception of the special functions RunSteps
and RunTests
in recipes. Use yapf (git cl format --no-clang-format
) to autoformat new code.