Changes between Version 23 and Version 24 of CommitQueue
- Timestamp:
- Sep 20, 2010, 4:57:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitQueue
v23 v24 1 2 1 WebKit'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. 3 2 … … 50 49 === Q: What checks does commit-queue do before landing? === 51 50 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 51 Everything `webkit-patch land-from-bug` does. Which is `build-webkit` (on Mac) and then `run-webkit-tests`. 54 52 55 53 === Q: When I review a patch, should I set commit-queue+? ===