Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 00e638fe61ff16dd753f51380056223c5cc2e076
https://github.com/WebKit/WebKit/commit/00e638fe61ff16dd753f51380056223c5cc2e076
Author: Aakash Jain <[email protected]>
Date: 2026-09-09 (Wed, 09 Sep 2026)
Changed paths:
M Tools/CISupport/ews-build/steps.py
M Tools/CISupport/ews-build/steps_unittest.py
Log Message:
-----------
EWS should show the list of errors in addition to (or even instead of) the
list of warnings.
rdar://182448667
https://bugs.webkit.org/show_bug.cgi?id=319617
Reviewed by Richard Robinson.
Instead of calling self._addToLog on every log line for errors, accumulate
error logs in a variable and
do a single self._addToLog at the end of the step. This solves the original
issue due to which
error filtering was disabled while transitioning to buildbot 4, and it's also
much more efficient
(especially when there are thousands of lines of error logs).
* Tools/CISupport/ews-build/steps.py:
* Tools/CISupport/ews-build/steps_unittest.py:
Canonical link: https://commits.webkit.org/320740@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications