[isolateserver] Do not correct python command in isolateserver.

Doing this means that run_isolated.py's subsequent correction (with the
environ specified by the task) is ineffective when the command is contained
inside the isolated (as opposed to contained in the TaskProperties).

R=bsheedy@chromium.org, maruel@chromium.org

Bug: 804174,812693
Change-Id: Ib529aec2dee51c3cc4756b74c50681d67027bfe5
Reviewed-on: https://chromium-review.googlesource.com/942475
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: 9be68d343d8017db7db696db36d647e0a9bf4bef
1 file changed
tree: 794fb9125f8b2d42799462b5c5762af6b625c62f
  1. example/
  2. libs/
  3. proto/
  4. tests/
  5. third_party/
  6. tools/
  7. utils/
  8. .gitignore
  9. auth.py
  10. cipd.py
  11. isolate.py
  12. isolate_format.py
  13. isolate_storage.py
  14. isolated_format.py
  15. isolateserver.py
  16. LICENSE
  17. LUCI_CONTEXT.md
  18. named_cache.py
  19. OWNERS
  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.