RESOLVED FIXED 64588
gardening server should proxy buildbot status for garden-o-matic
https://bugs.webkit.org/show_bug.cgi?id=64588
Summary gardening server should proxy buildbot status for garden-o-matic
Adam Barth
Reported 2011-07-15 01:48:50 PDT
gardening server should proxy buildbot status for garden-o-matic
Attachments
Patch (7.63 KB, patch)
2011-07-15 01:50 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2011-07-15 01:50:28 PDT
Eric Seidel (no email)
Comment 2 2011-07-15 01:52:45 PDT
Comment on attachment 100948 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=100948&action=review OK. > Tools/Scripts/webkitpy/tool/mocktool.py:841 > + self._chromium_buildbot = MockBuildBot() MIght want to give it a differnet url. > Tools/Scripts/webkitpy/tool/mocktool.py:859 > + def chromium_buildbot(self): > + return self._chromium_buildbot we should figure out if we should move to @property-style getters one of these days.
Adam Barth
Comment 3 2011-07-15 02:00:07 PDT
(In reply to comment #2) > (From update of attachment 100948 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=100948&action=review > > > Tools/Scripts/webkitpy/tool/mocktool.py:841 > > + self._chromium_buildbot = MockBuildBot() > > MIght want to give it a differnet url. Yeah, I thought about that, but then I decided it didn't really matter. We can do that once we have our first bot about using the wrong one. > > Tools/Scripts/webkitpy/tool/mocktool.py:859 > > + def chromium_buildbot(self): > > + return self._chromium_buildbot > > we should figure out if we should move to @property-style getters one of these days. I agree that it's super annoying that some of these require function calls and some don't need the (). It won't actually be that hard to fix globally. We could rename tool to host at the same time.
WebKit Review Bot
Comment 4 2011-07-15 21:03:32 PDT
Comment on attachment 100948 [details] Patch Clearing flags on attachment: 100948 Committed r91144: <http://trac.webkit.org/changeset/91144>
WebKit Review Bot
Comment 5 2011-07-15 21:03:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.