[swarming] Log SIGKILL exit in the task logs.

This often happens if the task's root process runs out of
memory and gets killed by the kernel oom-killer. Give a hint
about this possibility in the task logs.

[email protected]

Change-Id: I8471433a9ea396eb952dc569789a174c8faee03e
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/6502916
Reviewed-by: Chan Li <[email protected]>
Commit-Queue: Vadim Shtayura <[email protected]>
NOKEYCHECK=True
GitOrigin-RevId: 55d8606ad3417d1efee559cc8a4ed5ea8536d26d
1 file changed
tree: a5068f8fe686567779f7a189694821a4f83d1c8d
  1. libs/
  2. tests/
  3. third_party/
  4. utils/
  5. .gitignore
  6. auth.py
  7. cipd.py
  8. errors.py
  9. LICENSE
  10. local_caching.py
  11. LUCI_CONTEXT.md
  12. OWNERS
  13. PRESUBMIT.py
  14. README.md
  15. README.py
  16. run_isolated.py
  17. swarming.py
  18. test.py
  19. unittest.cfg
  20. 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.