Change swarming.py collect to only return non-zero in case of RPC failure, not task failure |
|||
Issue descriptionThe collect() function in swarming.py should always return 0, unless the HTTP GET failed. The caller shall parse the json file to know what happened to the task. While at it, convert_to_old_format() should be removed. The main challenge here is to coordinate with updating the swarming recipe module. https://github.com/luci/luci-py/blob/master/client/swarming.py https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/swarming/api.py
,
Apr 6 2018
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Apr 6 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by katthomas@google.com
, Mar 16 2017