Releases/Firefox 15.0.1/BuildNotes: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 5: Line 5:
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Setting_reserved_slaves | Set reserved_slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s>
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Setting_reserved_slaves | Set reserved_slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s>
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Locking_slaves | Check to make sure you have all of the different types of slaves that you need]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s>
* <s>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Locking_slaves | Check to make sure you have all of the different types of slaves that you need]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s>
* [[Release:Release_Automation_on_Mercurial:Preparation#Starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}}
* <s>[[Release:Release_Automation_on_Mercurial:Preparation#Starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</s>
* [[Release:Release_Automation_on_Mercurial:Build#E-mail_Mirrors | E-mail Mirrors]] {{DesktopTag}} {{ReleaseTag}}
* [[Release:Release_Automation_on_Mercurial:Build#E-mail_Mirrors | E-mail Mirrors]] {{DesktopTag}} {{ReleaseTag}}
* <s>[[Release:Release_Automation_on_Mercurial:Build#Edit_rsync_exclude_files | Edit any rsync exclude files]] {{DesktopTag}} {{ReleaseTag}}</s>
* <s>[[Release:Release_Automation_on_Mercurial:Build#Edit_rsync_exclude_files | Edit any rsync exclude files]] {{DesktopTag}} {{ReleaseTag}}</s>

Revision as of 22:58, 5 September 2012

Be sure to take notes on manual steps and any problems you encounter.

Checklist

Notes

Tracking bug: bug 788317

Release engineer: rail

Buildbot master: buildbot-master12

Build 1

  • No l10n changesets for a chemspill
  • clobbered release-mozilla-release
  • reserved slaves
[cltbld@buildbot-master12 ~]$ echo "8" > /builds/buildbot/build1/master/reserved_slaves 
[cltbld@buildbot-master12 ~]$ cat /builds/buildbot/build1/master/reserved_slaves
8
  • Locked for 6 mw32-ix-slaves to bm12. Locked 8 bld-r5-lion slaves to bm12.
  • release sanity
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u rail \
  -V 15.0.1 --branch mozilla-release --build-number 1 \
  --release-config release-firefox-mozilla-release.py \
  --release-config release-fennec-mozilla-release.py --products firefox,fennec  \
  --dryrun --l10n-dashboard-version=15 localhost:9001
  • Complained about ach, mn, and sw being missing, because the l10n dashboard exports beta locales
  • Started automation
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u rail \
  -V 15.0.1 --branch mozilla-release --build-number 1 \
  --release-config release-firefox-mozilla-release.py \
  --release-config release-fennec-mozilla-release.py --products firefox,fennec  \
  --bypass-l10n-check localhost:9001

Bugs Hit

  • bouncer submitter failed. HAd to delete products from bounceradmin and rerun the builder. TODO: file a bug