Revert of [run_isolated] assume cipd 1.5+ (patchset #7 id:120001 of https://codereview.chromium.org/2671433003/ )

Reason for revert:
caused outage 2670212905047163028

Original issue's description:
> [run_isolated] assume cipd 1.5+
>
> R=nodir@chromium.org, vadimsh@chromium.org
> BUG=
>
> Review-Url: https://codereview.chromium.org/2671433003
> Committed: https://github.com/luci/luci-py/commit/1c6db64688586542354a3d84f22cc4a45b5a6aa2

TBR=vadimsh@chromium.org,iannucci@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=

Review-Url: https://codereview.chromium.org/2753213004
Cr-Mirrored-From: https://github.com/luci/luci-py
Cr-Mirrored-Commit: ffa704827b9d79c1372a6fef3bd6a0a0e0129f52
4 files changed
tree: 802acba0e03a5db10024534570d3d40e04724f28
  1. example/
  2. libs/
  3. proto/
  4. tests/
  5. third_party/
  6. tools/
  7. utils/
  8. .gitignore
  9. artool
  10. auth.py
  11. cipd.py
  12. isolate.py
  13. isolate_format.py
  14. isolate_storage.py
  15. isolated_format.py
  16. isolateserver.py
  17. LICENSE
  18. LUCI_CONTEXT.md
  19. named_cache.py
  20. PRESUBMIT.py
  21. README.md
  22. README.py
  23. run_isolated.py
  24. swarming.py
  25. trace_inputs.py
  26. 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.

License

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