[webkit-changes] [WebKit/WebKit] dd20c0: [ews] Do not send stepStarted event to Github dire...
Aakash J
noreply at github.com
Thu Jan 19 09:08:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dd20c04f786c8a9587fcb2f99b2a86bed565c574
https://github.com/WebKit/WebKit/commit/dd20c04f786c8a9587fcb2f99b2a86bed565c574
Author: Aakash Jain <aakash_jain at apple.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M Tools/CISupport/ews-build/events.py
Log Message:
-----------
[ews] Do not send stepStarted event to Github directly for non-default repository
https://bugs.webkit.org/show_bug.cgi?id=250842
rdar://104429615
Reviewed by Jonathan Bedard.
This is follow-up to 254081 at main in which we stopped sending stepStarted event to Github directly.
At that time, we excluded non-default repositories (e.g: security repo), since we didn't had EWS status-bubble
support for non-default repos. Now that EWS status-bubbles are working for all repos, we should stop sending
these events for non-default repos as well.
This will also reduce little bit of load on ews buildbot server.
* Tools/CISupport/ews-build/events.py:
(Events):
(Events.buildFinished):
(Events.stepStarted):
(Events.stepStartedGitHub): Deleted.
Canonical link: https://commits.webkit.org/259086@main
More information about the webkit-changes
mailing list