Changes between Version 19 and Version 20 of CommitQueue
- Timestamp:
- Feb 18, 2010, 11:19:16 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitQueue
v19 v20 50 50 === Q: What checks does commit-queue do before landing? === 51 51 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 that all of the Leopard and Windows builders are green. If you would like it to do more, please file bugs and post patches to `bugzilla-too`l! :)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 53 54 54