Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Tree Logistics: Branching, Migrating & New Checkin Rules, oh my!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mike Beltzner  
View profile  
 More options Dec 1 2008, 8:52 am
Newsgroups: mozilla.dev.planning
From: Mike Beltzner <beltz...@mozilla.com>
Date: Mon, 1 Dec 2008 08:52:18 -0500
Local: Mon, Dec 1 2008 8:52 am
Subject: Tree Logistics: Branching, Migrating & New Checkin Rules, oh my!
(followup-to: mozilla.dev.planning)
(reply-to: dev-plann...@lists.mozilla.org)

Hey everyone,

Today is Branch Day - as previously announced, as of today, we'll be  
moving development activities for Firefox 3.1 / Gecko 1.9.1 from  
mozilla-central to the mozilla-1.9.1 repository (located at http://hg.mozilla.org/releases/mozilla-1.9.1/
  ). Once we're done, mozilla-central will be used for code intended  
for the next Gecko release (currently versioned as Gecko 1.9.2 but  
that number may change) and will be open to a more lax set of check-in  
rules. The mozilla-1.9.1 repository will be used for Firefox 3.1  
builds, and will require that patches either fix blockers or have  
explicit approval, and have first been checked in and "baked" on the  
mozilla-central repository. Build & testing infrastructure exists for  
both trees.

// What's Happening on the Tree Today

The release engineering team will be:

  - merging mozilla-central to mozilla-1.9.1,
  - and migrating the BuildBot master to a machine with faster disks.

All trees (mozilla-central, mozilla-1.9.1 and the Firefox3.0 tree)  
will be CLOSED until these tasks are complete, as BuildBot will be  
down. The team expects to be done by 1:00pm PST (21:00 UTC) if not  
earlier. When done, they will announce in dev.planning that the  
downtime is complete and will tell #developers to re-open the trees.

// Check-in rules when the tree re-opens

(note: for easy reference, you can always find the check-in rules for  
any tree at https://wiki.mozilla.org/TreeStatus )

/mozilla-central
  - checkins require proper reviews and should come with tests for any  
new or modified function
  - before checking in, make sure that automated unit tests,  
mochitests and leak tests pass (you can check this locally)
  - after checking in, the committer *must* watch for regressions and  
be ready to back out if they appear
  - checkins must adhere to standard tree rules (see: https://developer.mozilla.org/en/mozilla-central
#mozilla-central_tree_rules )

/releases/mozilla-1.9.1
  - checkins only allowed if they fix a blocker, have explicit  
approval, or are not part of the build (NPOTB)
  - before landing on mozilla-1.9.1, patches must first land on  
mozilla-central and "bake" there to watch for performance regressions
  - any string change must be marked with the late-l10n keyword and  
have explicit approval
  - any add-on compatibility change must be marked with the late-
compat keyword and have explicit approval

// Bugzilla, Tinderbox & Tools

Some Bugzilla behaviour will change after the branch. Bugs should be  
marked RESOLVED FIXED once they have landed on mozilla-central. After  
landing on mozilla-1.9.1, the fixed-1.9.1 keyword should be added to  
the bug.

Tinderbox and Talos have been set up for the new mozilla-1.9.1 branch;  
you can see the build waterfall at http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox3.1

A new performance monitoriing dashboard exists at http://people.mozilla.org/~johnath/pdb2/
  - by default it monitors mozilla-1.9.1

// That's it!

Please feel free to ask any questions, or suggest where existing  
documentation should be updated.

cheers,
mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Johnathan Nightingale  
View profile  
 More options Dec 1 2008, 11:43 am
Newsgroups: mozilla.dev.planning
From: Johnathan Nightingale <john...@mozilla.com>
Date: Mon, 1 Dec 2008 11:43:22 -0500
Local: Mon, Dec 1 2008 11:43 am
Subject: Re: Tree Logistics: Branching, Migrating & New Checkin Rules, oh my!
On 1-Dec-08, at 8:52 AM, Mike Beltzner wrote:

How should we approach sheriffing here?  Sheriffs right now watch  
mozilla-central, and branch drivers watch the branch trees.  In the  
build up to Firefox 3, sheriffs watched CVS trunk while new  
development was happening on hg, which made the "branching" less  
obvious.

Given that Firefox 3.1 is the next release, the one that is locking  
down, the one where perf/test regressions are the most threat to  
schedule and release planning, it feels like it's the obvious tree to  
be sheriffing. Obviously sheriffs and other interested parties will  
still be looking at trunk, particularly in its role as patch-baker,  
but I think asking sheriffs to manage both trees is a tall order.

In any event, for a long time the sheriffs have been watching the  
tinderbox called "Firefox" so if we want them focusing on "Firefox3.1"  
we should make that clear.  We should also make it clear on the  
"Firefox" tinderbox that the tree is unsheriffed.  I'm happy to make  
those changes to the tree messages, I just want to make sure we agree  
on the approach.

Cheers,

Johnathan

---
Johnathan Nightingale
Human Shield
john...@mozilla.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benjamin Smedberg  
View profile  
 More options Dec 1 2008, 11:55 am
Newsgroups: mozilla.dev.planning
From: Benjamin Smedberg <benja...@smedbergs.us>
Date: Mon, 01 Dec 2008 11:55:29 -0500
Local: Mon, Dec 1 2008 11:55 am
Subject: Re: Tree Logistics: Branching, Migrating & New Checkin Rules, oh my!

Johnathan Nightingale wrote:
> How should we approach sheriffing here?  Sheriffs right now watch
> mozilla-central, and branch drivers watch the branch trees.  In the
> build up to Firefox 3, sheriffs watched CVS trunk while new development
> was happening on hg, which made the "branching" less obvious.

That was because the hg repos tinderboxes were completely broken until we
applied all our collective energy to them... there was nothing useful to watch.

> Given that Firefox 3.1 is the next release, the one that is locking
> down, the one where perf/test regressions are the most threat to
> schedule and release planning, it feels like it's the obvious tree to be
> sheriffing. Obviously sheriffs and other interested parties will still
> be looking at trunk, particularly in its role as patch-baker, but I
> think asking sheriffs to manage both trees is a tall order.

I definitely think we ought to have an active sheriff for -central: we can't
afford a free-for-all with performance or other regressions with no coordinator.

We probably ought also to have a sheriff for -1.9.1: there are enough
patches landing that asking the release drivers to do it is not going to work.

I think that we should try to have the sheriff of the day be responsible for
both trees and see how that works. If you're sherriff, your day is already
shot to hell with interrupt-driven activity; I think it's unlikely that an
additional tree will make it much worse. If it becomes too much work, we can
create a separate schedule for the -1.9.1 tree.

--BDS


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Hearsum  
View profile  
 More options Dec 1 2008, 1:32 pm
Newsgroups: mozilla.dev.planning
From: Ben Hearsum <bhear...@mozilla.com>
Date: Mon, 01 Dec 2008 13:32:52 -0500
Local: Mon, Dec 1 2008 1:32 pm
Subject: Re: Tree Logistics: Branching, Migrating & New Checkin Rules, oh my!
Here's a quick update on branching so far:

* The final mozilla-central -> mozilla-1.9.1 merge was done.
* GECKO_1_9_1_BASE tags have been landed in both repositories to
indicate the branch point.
* mozilla-central has been bumped to 3.2a1pre/1.9.1a2pre

Still to do:
* Rebrand mozilla-1.9.1 as Shiretoko
* Deploy a Talos patch


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Hearsum  
View profile  
 More options Dec 1 2008, 4:58 pm
Newsgroups: mozilla.dev.planning
From: Ben Hearsum <bhear...@mozilla.com>
Date: Mon, 01 Dec 2008 16:58:19 -0500
Local: Mon, Dec 1 2008 4:58 pm
Subject: Re: Tree Logistics: Branching, Migrating & New Checkin Rules, oh my!
Alright folks, RelEng is done with the tree. To summarize, we've done
the following:
* Updated branding to Shiretoko (thanks Gavin)
* Bumped the mozilla-central version number to 3.2a1pre
* Added GECKO_1_9_1_BASE tags to indicate branch point
* Performed a final merge of mozilla-central -> mozilla-1.9.1

The only thing left to do is perform a final merge of l10n-central ->
l10n-mozilla-1.9.1 repositories -- I will be doing this tomorrow morning.

Consider this an official hand-off back to #developers.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Beltzner  
View profile  
 More options Dec 2 2008, 3:36 am
Newsgroups: mozilla.dev.planning
From: Mike Beltzner <beltz...@mozilla.com>
Date: Tue, 2 Dec 2008 00:36:15 -0800
Local: Tues, Dec 2 2008 3:36 am
Subject: Re: Tree Logistics: Branching, Migrating & New Checkin Rules, oh my!
And just to wrap it up, the trees are now open. There's no sheriff  
until tomorrow morning when Ryan takes over, so please make sure that  
if you commit a patch, you watch for performance regressions carefully  
using the tools at hand (both Tinderbox pages link to graphs and  
dashboards).

If you need a reminder, the rules for the trees are at http://wiki.mozilla.org/TreeStatus

cheers,
mike

On 1-Dec-08, at 1:58 PM, Ben Hearsum wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »