canmove, Confirmed users
6,441
edits
(Created page with "= Checklist = * <s> Set reserved_slaves {{DesktopTag}} {{MobileTag}} {{AllTag}}</s> * [[Re...") |
No edit summary |
||
Line 19: | Line 19: | ||
* Nothing to do with l10n milestone for chemspills. | * Nothing to do with l10n milestone for chemspills. | ||
* Reserved slaves set to 8 | * Reserved slaves set to 8 | ||
* Master had enough slaves to do all builds/repacks, no need to move any around. | |||
* Landed config file updates | * Landed config file updates | ||
* Tagged buildbot-configs, buildbotcustom, tools with {FIREFOX,FENNEC}_16_0_1_{RELEASE,BUILD1} | * Tagged buildbot-configs, buildbotcustom, tools with {FIREFOX,FENNEC}_16_0_1_{RELEASE,BUILD1} | ||
* Updated and reconfiged bm12 | |||
* Ran release sanity: | |||
<pre> | |||
cd /builds/buildbot/build1/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum \ | |||
-V 16.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 localhost:9001 | |||
</pre> | |||
** Got error about mozconfig, just like 16.0. This one is ignorable FIXME: | |||
<pre> | |||
2012-10-10 14:14:13,814 : ERROR : found in mobile/android/config/mozconfigs/android-armv6/release but not in mobile/android/config/mozconfigs/android-armv6/nightly: ac_add_options --enable-updater | |||
2012-10-10 14:14:13,815 : ERROR : found in mobile/android/config/mozconfigs/android-armv6/release but not in mobile/android/config/mozconfigs/android-armv6/nightly: ac_add_options --with-branding=mobile/android/branding/official | |||
2012-10-10 14:14:13,815 : WARNING : ac_add_options --with-branding=mobile/android/branding/beta not in android-armv6 ['ac_add_options --enable-update-channel=nightly', 'ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}', 'ac_add_options --enable-warnings-as-errors', 'ac_add_options --with-ccache=/usr/bin/ccache']! | |||
2012-10-10 14:14:13,815 : ERROR : found in mobile/android/config/mozconfigs/android-armv6/nightly but not in mobile/android/config/mozconfigs/android-armv6/release: ac_add_options --with-branding=mobile/android/branding/beta | |||
2012-10-10 14:14:15,754 : ERROR : Error verifying mozconfigs | |||
</pre> | |||
** Got error about l10n dashboard milestone not existing. Also ignorable (we don't take l10n changes for chemspills): | |||
<pre> | |||
2012-10-10 14:14:33,429 : ERROR : cannot find l10n dashboard at https://l10n.mozilla.org/shipping/l10n-changesets?ms=fennec16.0.1 | |||
2012-10-10 14:14:33,430 : ERROR : Error verifying l10n dashboard changesets | |||
2012-10-10 14:16:32,045 : ERROR : cannot find l10n dashboard at https://l10n.mozilla.org/shipping/l10n-changesets?ms=fx16.0.1 | |||
2012-10-10 14:16:32,045 : ERROR : Error verifying l10n dashboard changesets | |||
</pre> | |||
* With the only errors being ignorable, started the release with -b: | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum -V 16.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 -b localhost:9001 | |||
DONT FORGET TO UNTHROTTLE WHEN WE SHIP |