Releases/Firefox 21.0/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 104: Line 104:
* undo build4's release config change in buildbot-config, move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3 ([http://hg.mozilla.org/build/buildbot-configs/pushloghtml?fromchange=f63a47aa5fd0&tochange=62a887a55b71 pushlog])
* undo build4's release config change in buildbot-config, move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3 ([http://hg.mozilla.org/build/buildbot-configs/pushloghtml?fromchange=f63a47aa5fd0&tochange=62a887a55b71 pushlog])
* in tools backout out build4 changes, move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3, and FIREFOX_21_0_RELEASE_RUNTIME tag back FIREFOX_21_0_BUILD3_RUNTIME ([http://hg.mozilla.org/build/tools/pushloghtml?fromchange=022aab9dffd8&tochange=b2fae78a2db9 pushlog])
* in tools backout out build4 changes, move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3, and FIREFOX_21_0_RELEASE_RUNTIME tag back FIREFOX_21_0_BUILD3_RUNTIME ([http://hg.mozilla.org/build/tools/pushloghtml?fromchange=022aab9dffd8&tochange=b2fae78a2db9 pushlog])
* move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3 on mozilla-release, plus buildbot-custom, partner-repacks (mozharness would be a noop)
* move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3 on [https://hg.mozilla.org/releases/mozilla-release/rev/3b27f4f6e226 mozilla-release], plus buildbot-custom, partner-repacks (mozharness would be a noop)
* reconfig build masters and schedulers
* reconfig build masters and schedulers


= Build 4 (Desktop) =
= Build 4 (Desktop) =

Revision as of 22:55, 13 May 2013

Summary

Build 1

Checklist

Notes

  • merge from mozilla-beta, l10n milestone creation, and ship it submission done by bajaj. Review done by nthomas.
  • xulrunner checksums and push_to_mirrors jobs hit hg server errors when cloning the tools repo. The automation retried them successfully

Recover from full signing server disk

(bhearsum)
signing3's disk filled up (bug 869401) and failed the win32 build and many linux repacks. After the server was fixed, I did the following to recover:

  • Rebuilt the win32 build (failed to upload symbols, bug 869522, second rebuild was green)
  • Used the standalone builder to run the failed repacks for Linux (br bs ca cs csb et eu fa ff mai mk ml mr nb-NO si sk sl vi zh-CN zu) and Linux64 (bn-BD bn-IN bs ca cs es-ES es-MX et eu fa ff hr hu hy-AM id is it lt lv mai mk ml nb-NO rm ro ru si sk sl)
  • Once the standalone builders completed, ran "repack complete" builders with force build to get the automation unstuck.

Build 2 (Desktop)

This is a straight rebuild of the same revision as build1 for the AMD crasher problem. We may not ship it, and builds are hidden from the general public to avoid confusion & diluting feedback on build1.

Checklist

Notes

  • ship it submission done by bajaj
  • review done by nthomas: moved from same revision as build1 to using the same relbranch (GECKO210_2013050704_RELBRANCH)
  • xulrunner push_to_mirrors failed because build1 had already been pushed, this is no problem

Things to undo

Due to the 'run build2 while build1 not actually dead' situation there are some things we had to undo:

  • repush 21.0build1 snippets after build2 are generated (QA had some issues with this until we repushed build1)


If we end up shipping build1:

  • undo release config change, move tags and ensure reconfig before running any builders on build1
  • move tags on tools repo back
  • move FIREFOX_21_0_RELEASE tag back on to revision 3402fc52312c

Build 2 (Android)

Code change resolving regression from bug 853522

Checklist

Notes

  • bajaj submitted, nthomas review, no issues

Build 3 (Desktop)

This is a new build to address several bugs.

Checklist

Notes

  • xulrunner push_to_mirrors failed because build1 had already been pushed
    • removed /pub/mozilla.org/xulrunner/releases/21.0 as xrbld@stage, then rebuilt
  • QA automation expects there to be N directories if you're up to buildN, but we have hidden build2. Created empty dir at .../21.0-candidates/build2-for-qa-automation/ to work around this.
  • separate out 21.0 build1 and build2 --> build3 paths so we can push that early
 # aus3-staging
 cd /opt/aus2/snippets/staging/
 rsync -a --include='Firefox' --include='Firefox/21.0' --include='Firefox/21.0/**' --exclude='*' \
    ../pushed/Firefox-21.0-build3-test/ Firefox-21.0-build3-early-update/
 cd Firefox-21.0-build3-early-update
 # get rid of unwanted releasetest
 find . -maxdepth 6 -type d -name 'releasetest' -exec rm -rf {} \;
 # move betatest to release
 find . -mindepth 5 -maxdepth 5 -type d -exec mv {}/betatest {}/release \;
 # swap from stage.m.o to ftp.m.o
 for f in `find . -type f`; do  
   sed -i -e 's/stage\.mozilla\.org/ftp.mozilla.org/' $f
 done
  • push 21.0 build1 and build2 --> build3 updates
 # ffxbld@aus3-staging
 pushsnip Firefox-21.0-build3-early-update

Reset automation to build3

To ship build3 after the automation ran for build4 we need to reset the automation.

  • undo build4's release config change in buildbot-config, move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3 (pushlog)
  • in tools backout out build4 changes, move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3, and FIREFOX_21_0_RELEASE_RUNTIME tag back FIREFOX_21_0_BUILD3_RUNTIME (pushlog)
  • move FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3 on mozilla-release, plus buildbot-custom, partner-repacks (mozharness would be a noop)
  • reconfig build masters and schedulers

Build 4 (Desktop)

This is build 3 rebuilt for AMD crash issue.

Checklist

Notes

  • ship it submission done by bajaj
  • reviewed by callek
  • xulrunner push_to_mirrors failed because build3 had already been pushed, this is no problem
  • repush 21.0build3 snippets after build4 are generated QA completed build3 testing before build4 got this far