Print precise instructions on collecting swarming results

The isolate/swarming instructions generally give a relative path to the
python scripts such as swarming.py. Therefore for consistency and ease
of use those scripts should also print relative paths to themselves.
This makes copy/paste of the collect commands easier.

Change-Id: I849d0472a3be833c63673349a015b1044dc39f85
Reviewed-on: https://chromium-review.googlesource.com/1199712
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: e240b50f8e4d1febe5329746c057eff164ce64f9
2 files changed
tree: 6a230ae407a3eb1bdf154fc292fb3b7a7597257f
  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. 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.

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.