RESOLVED FIXED 193968
[ews-build] Configure buildbot to send events to ews-app
https://bugs.webkit.org/show_bug.cgi?id=193968
Summary [ews-build] Configure buildbot to send events to ews-app
Aakash Jain
Reported 2019-01-29 10:49:31 PST
ews-build Buildbot should send build and step start/stop events to ews-app, so that ews-app can process them appropriately and generate status-bubbles.
Attachments
Proposed patch (8.85 KB, patch)
2019-01-29 11:00 PST, Aakash Jain
lforschler: review+
Aakash Jain
Comment 1 2019-01-29 11:00:32 PST
Created attachment 360477 [details] Proposed patch
EWS Watchlist
Comment 2 2019-01-29 11:03:26 PST Comment hidden (obsolete)
Lucas Forschler
Comment 3 2019-01-29 12:25:47 PST
Comment on attachment 360477 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=360477&action=review lgtm with a couple comments. > Tools/BuildSlaveSupport/ews-build/events.py:37 > + I forget our sorting policy when using 'from', but TextMate sorts these: from buildbot.util import service from twisted.internet import defer from twisted.internet import reactor from twisted.internet.defer import succeed from twisted.python import log from twisted.web.client import Agent from twisted.web.http_headers import Headers from twisted.web.iweb import IBodyProducer from zope.interface import implements > Tools/BuildSlaveSupport/ews-build/events.py:77 > + def __init__(self, type_prefix="", name='Events'): mixing "" and '' here. > Tools/BuildSlaveSupport/ews-build/events.py:102 > + def getPatchid(self, build): maybe consider getPatch_id ? disregard if we are trying to stay consistent with other uses.
Aakash Jain
Comment 4 2019-01-29 12:37:59 PST
> I forget our sorting policy when using 'from', but TextMate sorts these: Done > mixing "" and '' here. Fixed > maybe consider getPatch_id ? renamed to getPatchID
Aakash Jain
Comment 5 2019-01-29 12:41:38 PST
Radar WebKit Bug Importer
Comment 6 2019-01-29 12:42:33 PST
Note You need to log in before you can comment on or make changes to this bug.