Changes between Version 23 and Version 24 of CommitQueue


Ignore:
Timestamp:
Sep 20, 2010 4:57:45 PM (14 years ago)
Author:
mihaip@chromium.org
Comment:

The commit queue no longer blocks on tree redness (as of r66058)

Legend:

Unmodified
Added
Removed
Modified
  • CommitQueue

    v23 v24  
    1 
    21WebKit's commit-queue is a [wiki:"WebKitPatch" webkit-patch] command which is run on the commit server (maintained by Eric Seidel) and provides a way for contributors without commit privileges to get their changes into WebKit.
    32
     
    5049=== Q: What checks does commit-queue do before landing? ===
    5150
    52 Everything `webkit-patch land-from-bug` does.  Which is `build-webkit` (on Mac) and then `run-webkit-tests`.  The commit-queue also checks http://build.webkit.org/ to make sure builders such as the Leopard and Windows are green.  If you would like the commit-queue to block on your builder being green, please file a bug and post a patch to change the [http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy/buildbot.py#L50 core_builders regexp].
    53 
     51Everything `webkit-patch land-from-bug` does.  Which is `build-webkit` (on Mac) and then `run-webkit-tests`.
    5452
    5553=== Q: When I review a patch, should I set commit-queue+? ===