client: update isolated client

Also updated update script for http://shortn/_12dSOxBIcA

https://chromium.googlesource.com/infra/infra/+log/39e30a8e09cd882e2efa3291d1e333cff4260ae2..f85f669f1a6d3877b7960ebc4f13627ef625d15d/DEPS

f85f669f1a Roll luci-go from ce44c56eb40d to ca04aca21808 (2 revisions)
1fa53c8987 Roll luci-go from 3fc616f994ed to ce44c56eb40d (1 revision)
2251b548f9 Roll luci-go from ded2642bc113 to 3fc616f994ed (1 revision)
e00ef69495 Roll luci-go from bb7485b6a9d4 to ded2642bc113 (1 revision)
72831362c7 Roll luci-go from a7c420a3c498 to bb7485b6a9d4 (2 revisions)
c3d44f70fd Roll luci-go from 88266cc8d34a to a7c420a3c498 (1 revision)
b442ba2a02 Roll luci-go from eda6acf60f95 to 88266cc8d34a (1 revision)
2132e30bf6 Roll luci-go from 81ec3cec8049 to eda6acf60f95 (1 revision)
59501fd198 Roll luci-go from 7f136f5383c0 to 81ec3cec8049 (1 revision)
565d1a8ca5 Roll luci-go from 67ed6230acf8 to 7f136f5383c0 (1 revision)
a2bfc56055 Roll luci-go from 024304f42379 to 67ed6230acf8 (1 revision)
8637b7b0a0 Roll luci-go from 88b3eca655d0 to 024304f42379 (1 revision)
650e8c120c Roll luci-go from 78a57a839005 to 88b3eca655d0 (1 revision)
95ea3b7f52 Roll luci-go from 1d2b92958ecc to 78a57a839005 (3 revisions)
201b82958b Roll luci-go from 23d692c89070 to 1d2b92958ecc (1 revision)
0302871c78 Roll luci-go from e855e8ac01c9 to 23d692c89070 (1 revision)
4a1fcd42cd Roll luci-go from ffe8cbd3b253 to e855e8ac01c9 (1 revision)
1946ecc457 Roll luci-go from cfea99911f68 to ffe8cbd3b253 (2 revisions)
3fb78e446a Roll luci-go from e0d01a43ca93 to cfea99911f68 (1 revision)
70d8e29078 Roll luci-go from 0b50a19c523b to e0d01a43ca93 (1 revision)
ce1c423d60 Roll luci-go from 1019f18d024e to 0b50a19c523b (1 revision)
d2f7a7a840 Roll luci-go from 6acad52be003 to 1019f18d024e (1 revision)

Bug: 1045281
Change-Id: I60e5e3c457bac762973e95b169e13ee1620f1eb9
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2212003
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Ye Kuang <yekuang@google.com>
Reviewed-by: Ye Kuang <yekuang@google.com>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: bfc8e16589ff7b6a106172dc560eeb11d3d85f14
2 files changed
tree: 44feaa3f0107695809c48187458f77618549e361
  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. local_caching.py
  18. LUCI_CONTEXT.md
  19. OWNERS
  20. PRESUBMIT.py
  21. README.md
  22. README.py
  23. run_isolated.py
  24. swarming.py
  25. test.py
  26. trace_inputs.py
  27. unittest.cfg
  28. update_isolated.sh
  29. 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.