https://bugs.webkit.org/show_bug.cgi?id=147359
Reviewed by Ryosuke Niwa.
* Scripts/webkitpy/tool/commands/newcommitbot.py:
(NewCommitBot.begin_work_queue):
* Scripts/webkitpy/tool/commands/sheriffbot.py:
(SheriffBot.begin_work_queue):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@187501
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-07-28 Alexey Proskuryakov <ap@apple.com>
+
+ webkitbot and WKR unnecessarily rely on webkit-queues.appspot.com
+ https://bugs.webkit.org/show_bug.cgi?id=147359
+
+ Reviewed by Ryosuke Niwa.
+
+ * Scripts/webkitpy/tool/commands/newcommitbot.py:
+ (NewCommitBot.begin_work_queue):
+ * Scripts/webkitpy/tool/commands/sheriffbot.py:
+ (SheriffBot.begin_work_queue):
+
2015-07-27 Alex Christensen <achristensen@webkit.org>
Use Ninja on Windows.
# AbstractQueue methods
def begin_work_queue(self):
- AbstractQueue.begin_work_queue(self)
self._last_svn_revision = int(self._tool.scm().head_svn_revision())
self._irc_bot = IRCBot(self.name, self._tool, Agent(self._tool, self), self._commands)
self._tool.ensure_irc_connected(self._irc_bot.irc_delegate())
# AbstractQueue methods
def begin_work_queue(self):
- AbstractQueue.begin_work_queue(self)
self._sheriff = Sheriff(self._tool, self)
self._irc_bot = IRCBot(self.name, self._tool, self._sheriff, irc_commands)
self._tool.ensure_irc_connected(self._irc_bot.irc_delegate())