Confirmed users
4,971
edits
(→Fennec) |
|||
Line 159: | Line 159: | ||
=== Reset reserved slaves === | === Reset reserved slaves === | ||
Done. | Done. | ||
==Build 2== | |||
=== Set reserved slaves === | |||
===Preparing to start Automation=== | |||
<small>[[Release:Release_Automation_on_Mercurial:Configuration#Starting_the_automation|detailed instructions]]</small> | |||
* readied to move the candidates dir away: | |||
cd /pub/mozilla.org/mobile/candidates | |||
mkdir ../nightly/test14 | |||
ln -s ../nightly/test14 14.0-candidates | |||
* l10n milestones | |||
** Created 14.0b8 milestones | |||
** Generated the 14.0b8 changesets without hitting "ship it" | |||
** Saved those as l10n-changesets_mobile-release.json | |||
This is specifically because we're taking the latest off mozilla-beta, without really having clear 14.0 release-off-beta processes. | |||
* Set clobbers for mozilla-beta | |||
* Landed patches: | |||
** Landed [http://hg.mozilla.org/releases/mozilla-beta/rev/1f1eb085571a official branding patch] on mozilla-beta relbranch. This will need to be backed out if we do another beta on this relbranch. | |||
** These buildbot-configs patches need to be backed out before we do a real mozilla-release build. [http://hg.mozilla.org/build/buildbot-configs/rev/4e472da87f85 default] [http://hg.mozilla.org/build/buildbot-configs/rev/5f0e4e67a49a production] | |||
** Pointed [http://hg.mozilla.org/build/mozharness/rev/24a0c8855c33 Android mozharness configs] at mozilla-beta. | |||
* Tagged buildbot-configs, buildbotcustom, & tools with build & release tags. | |||
* update and reconfigure the master | |||
<pre> | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
VERSION="14.0" | |||
BUILDNUM="2" | |||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u aki -V $VERSION --branch mozilla-beta \ | |||
--build-number $BUILDNUM -c release-fennec-mozilla-release.py --products fennec --dryrun localhost:9001 2>&1 | tee aki.out | |||
</pre> | |||
Gave me: | |||
<pre> | |||
2012-06-19 15:54:07,935 : ERROR : Branch mozilla-beta isn't enabled for fennec | |||
2012-06-19 15:54:07,936 : ERROR : Error verifying branch is enabled on master | |||
2012-06-19 15:54:10,667 : ERROR : found in mobile/android/config/mozconfigs/android/release but not in mobile/android/config/mozconfigs/android/nightly: ac_add_options --with-branding=mobile/android/branding/official | |||
2012-06-19 15:54:10,667 : ERROR : found in mobile/android/config/mozconfigs/android/nightly but not in mobile/android/config/mozconfigs/android/release: ac_add_options --with-branding=mobile/android/branding/beta | |||
2012-06-19 15:54:13,488 : ERROR : Error verifying mozconfigs | |||
2012-06-19 15:54:42,867 : ERROR : cannot find l10n dashboard at https://l10n.mozilla.org/shipping/l10n-changesets?ms=fennec14.0 | |||
2012-06-19 15:54:42,867 : ERROR : Error verifying l10n dashboard changesets | |||
</pre> | |||
* start automation ''← monitor progress on buildbot (e.g. [http://buildbot-master12.build.mozilla.org:8001/waterfall?num_events=10&category=release-mozilla-beta- beta])'' | |||
** the same command as above but without the "--dryrun" and with a "-b" | |||
=== Tag === | |||
=== Source === | |||
=== Build === | |||
==== Fennec ==== | |||
===== Fennec repacks ===== | |||
=== Android Signing === | |||
=== Hide candidates dir === | |||
=== Send email === | |||
=== Reset reserved slaves === | |||
= <font color="red">DONE TO HERE</font>= | = <font color="red">DONE TO HERE</font>= | ||