LandingQueue: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
'''Note that the tree is currently open to approved patches; you don't need to add yourself to the landing queue (which is being ignored at the moment). Check with the sheriff in #developers if you have any questions.'''
'''Note that the tree is currently open to approved patches which meet the [[Tree_Rules|tree rules]]; you don't need to add yourself to the landing queue (which is being ignored at the moment). Check with the sheriff in #developers if you have any questions.'''
 
= Landing Queue for Mozilla-Central  =
 
The mozilla-central tree frequently employs metered checkins to help control the size of regression ranges and ensure that test results are associated with specific checkins. The [http://www.google.com/calendar/embed?src=j6tkvqkuf9elual8l2tbuk2umk%40group.calendar.google.com sheriff] will be in charge of metering the checkins.
 
Please note that:
* '''priority will be given to beta 7 blockers''' at all times.
* '''any string changes''' must land on both default and the beta 7 relbranch, and therefore ''must'' be beta 7 blockers; find a driver if you're confused
* '''any API changes''' must be approved explicitly by drivers
 
'''Please add yourself to the queue''' at the bottom. Fill out your name, the bugs you'd like to land, how they're approved to land according to the [[Tree Rules|tree rules]] and when you'll be available to land them and watch the tree. Once you've landed, remove yourself from the queue:
 
{{Queue|
{{QueueEntry
|name=''your irc nick/bugmail''
|bugs=''the {{bug|100}} you will land''
|approval=''betaN+ or name of approver''
|available=''when you're around (PDT hours)''
}}
{{QueueEntry
|name=tnikkel
|bugs={{bug|601547}}<br>and maybe more
|approval=blocking-betaN+<br>
|available=Friday ~11AM PDT (feel free to skip me before that time!)
}}
}}
 
== Ride-along patches  ==
 
'''Please add yourself to this queue''' if you are the owner of a bug that is a simple fix (with appropriate approvals as per the [[Tree Rules|tree rules]]) which you would like someone else to land for you along with other checkins:
 
{{Queue|
{{QueueEntry
|name=''your irc nick/bugmail''
|bugs=''the {{bug|100}} you will land''
|approval=''betaN+ or name of approver''
|available=''when you're around (PDT hours)''
}}
{{QueueEntry
|name=jlebar
|bugs={{bug|592923}}
|approval=NPOTB
|available=ping ehsan on IRC
}}
}}

Revision as of 18:33, 8 October 2010

Note that the tree is currently open to approved patches which meet the tree rules; you don't need to add yourself to the landing queue (which is being ignored at the moment). Check with the sheriff in #developers if you have any questions.