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>
27 files changed
tree: 607802c08514ca0ae8d3b639b981637be454d071
  1. hook-scripts/
  2. infra/
  3. recipes/
  4. scripts/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython3
  9. .yapfignore
  10. codereview.settings
  11. DEPS
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. PRESUBMIT_test.py
  16. README.md
  17. WATCHLISTS
README.md

Recipes

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.

Style

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.