[swarming] Reimplement removal of tmp dir for cipd-cache

See description for https://crrev.com/c/4087207

This reimplements the same CL but keeps default `cipd cache dir` based out of
the working directory of the bot rather than working dir of task.

Bug: 1395532
Change-Id: I20634a55ed1fcfa2f9614b9f53dc67bf0ce80402
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/4166280
Auto-Submit: Jonah Hooper <jonahhooper@google.com>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
NOKEYCHECK=True
GitOrigin-RevId: 3b3d6586057c65f49178ff8522058b042c2088ac
2 files changed
tree: a6776395f29d003993f08af2041d29911b18d921
  1. libs/
  2. tests/
  3. third_party/
  4. tools/
  5. utils/
  6. .gitignore
  7. auth.py
  8. cipd.py
  9. errors.py
  10. LICENSE
  11. local_caching.py
  12. LUCI_CONTEXT.md
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
  16. README.py
  17. run_isolated.py
  18. swarming.py
  19. test.py
  20. unittest.cfg
  21. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.