RESOLVED FIXED 68974
watchlist: Make watchlist run on a bot.
https://bugs.webkit.org/show_bug.cgi?id=68974
Summary watchlist: Make watchlist run on a bot.
David Levin
Reported 2011-09-27 23:14:51 PDT
Likely just run with the stylebot.
Attachments
Patch (8.50 KB, patch)
2011-10-03 14:12 PDT, David Levin
no flags
Patch (3.43 KB, patch)
2011-10-03 14:13 PDT, David Levin
abarth: review+
David Levin
Comment 1 2011-10-03 14:12:28 PDT
David Levin
Comment 2 2011-10-03 14:13:37 PDT
Adam Barth
Comment 3 2011-10-03 14:17:04 PDT
Comment on attachment 109529 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109529&action=review > Tools/Scripts/webkitpy/tool/commands/queues_unittest.py:416 > - "process_work_item": "MOCK: update_status: style-queue Pass\nMOCK: release_work_item: style-queue 10000\n", > + "process_work_item": "MOCK run_and_throw_if_fail: ['echo', '--status-host=example.com', 'check-style', '--force-clean', '--non-interactive', '--parent-command=style-queue', 10000], cwd=/mock-checkout\nMOCK run_and_throw_if_fail: ['echo', '--status-host=example.com', 'apply-watchlist-local', 50000], cwd=/mock-checkout\nMOCK: update_status: style-queue Pass\nMOCK: release_work_item: style-queue 10000\n", When these lines get long, we tend to use heredoc comments """blah blah blah""" to make it easier to read (and to see the diffs).
David Levin
Comment 4 2011-10-03 14:44:00 PDT
Note You need to log in before you can comment on or make changes to this bug.