Changes between Version 7 and Version 8 of CommitQueue
- Timestamp:
- Aug 19, 2009 10:20:51 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitQueue
v7 v8 19 19 === Q: How long until a patch lands after I set commit-queue+? === 20 20 21 Generally about 15 minutes. Depends on if commit-queue is running or not. The commit-queue still has lots of bugs, so we don't tend to run it un-attended (during non-work hours, PDT).21 10-15 minutes. Depends on if the tree is currently red or not (http://build.webkit.org). The commit-queue will not commit when the buildbots are red. 22 22 23 23 `commit-queue` bugs: https://bugs.webkit.org/buglist.cgi?quicksearch=commit-queue … … 41 41 `bugzilla-tool bugs-to-commit` is how the commit-queue checks. That will print out any pending bugs. 42 42 43 43 44 === Q: What checks does commit-queue do before landing? === 44 45 45 Everything "bugzilla-tool land-patches" does. Which is build (on Mac) and then run-webkit-tests. If you would like it to do more, please file bugs and post patches to bugzilla-tool! :)46 Everything "bugzilla-tool land-patches" does. Which is build (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-tool! :) 46 47 47 48