Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 09003477a258cf761878ac2cee0e1ac3247ae1fc
https://github.com/WebKit/WebKit/commit/09003477a258cf761878ac2cee0e1ac3247ae1fc
Author: Aakash Jain <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M Tools/CISupport/ews-build/steps.py
Log Message:
-----------
[EWS] Don't mark the build as exception when extract-test-results is killed
on the buildmaster
https://bugs.webkit.org/show_bug.cgi?id=322398
<rdar://problem/185686807>
Reviewed by Ryan Haddad.
The extract-test-results step unzips the results archive on the buildmaster.
Under disk pressure the unzip can exceed buildbot's 5-minute no-output timeout
and then survive SIGKILL, which surfaces as a build exception and an
unnecessary retry, even though the results archive has already been uploaded to
the buildmaster and the tests have already run.
Treat an extraction failure as a non-fatal step failure instead of a build
exception, and include the archive size in the step summary so oversized
archives are easy to spot.
* Tools/CISupport/ews-build/steps.py:
(ExtractTestResults.archiveSizeText):
(ExtractTestResults.run):
Canonical link: https://commits.webkit.org/319826@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications