commit-queue and EWS bots should report all failures
Created attachment 60815 [details] Patch
Comment on attachment 60815 [details] Patch WebKitTools/Scripts/webkitpy/tool/commands/queues.py:139 + log_file = cls._log_from_script_error_for_upload(script_error) You never do anything with the log_file :) WebKitTools/Scripts/webkitpy/tool/commands/queues.py:215 + failure_log = self._log_from_script_error_for_upload(e) Inconsistent naming of the result of this function.
Comment on attachment 60815 [details] Patch Please address my comments above.
Created attachment 65369 [details] Addressed Adam's comments
Comment on attachment 65369 [details] Addressed Adam's comments ok
Committed r65979: <http://trac.webkit.org/changeset/65979>
I've restarted the cq and the mac-ews. We'll know shortly if this code is working as intended.