Bug 38940 - commit-queue should commit rollouts without running tests
Summary: commit-queue should commit rollouts without running tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 15:34 PDT by Eric Seidel (no email)
Modified: 2010-05-11 20:42 PDT (History)
4 users (show)

See Also:


Attachments
Patch (14.24 KB, patch)
2010-05-11 15:44 PDT, Eric Seidel (no email)
abarth: review+
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2010-05-11 15:34:09 PDT
commit-queue should commit rollouts without running tests
Comment 1 Eric Seidel (no email) 2010-05-11 15:44:33 PDT
Created attachment 55767 [details]
Patch
Comment 2 Adam Barth 2010-05-11 16:07:57 PDT
Comment on attachment 55767 [details]
Patch

Excellent, as usual.

WebKitTools/Scripts/webkitpy/tool/commands/queues.py:180
 +              queue_text = "queue" if builders_are_green else "rollout queue"
Ah, this has been a long time coming.
Comment 3 Eric Seidel (no email) 2010-05-11 20:42:28 PDT
Committed r59200: <http://trac.webkit.org/changeset/59200>