Confirmed users
4,971
edits
| Line 55: | Line 55: | ||
===Preparing to start Automation=== | ===Preparing to start Automation=== | ||
<small>[[Release:Release_Automation_on_Mercurial:Documentation#Starting_the_automation|detailed instructions]]</small> | <small>[[Release:Release_Automation_on_Mercurial:Documentation#Starting_the_automation|detailed instructions]]</small> | ||
* Set clobbers for | * Set clobbers for mozilla-beta | ||
** | * Reserved 5 slaves | ||
* | * Updated l10n changesets for mobile | ||
* Double landed automation configs | |||
* Tagged buildbot-configs, buildbotcustom, & tools with build & release tags. | |||
* updated and reconfigured the master | |||
<pre> | <pre> | ||
cd /builds/buildbot/build1/master | |||
/builds/buildbot/build1/master | source ../bin/activate | ||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u aki -V 14.0b6 --branch mozilla-beta --build-number 1 \ | |||
-c release-fennec-mozilla-beta.py --products fennec --dryrun localhost:9001 | |||
</pre> | </pre> | ||
Got: | |||
<pre> | <pre> | ||
2012-06-05 23:41:12,568 : ERROR : found in mobile/android/config/mozconfigs/android/nightly but not in mobile/android/config/mozconfigs/android/release: ac_add_options --enable-warnings-as-errors | |||
2012-06-05 23:41:12,569 : ERROR : found in mobile/android/config/mozconfigs/android/nightly but not in mobile/android/config/mozconfigs/android/release: ac_add_options --with-ccache=/usr/bin/ccache | |||
2012-06-05 23:41:14,876 : ERROR : found in mobile/xul/config/mozconfigs/android/nightly but not in mobile/xul/config/mozconfigs/android/release: ac_add_options --enable-warnings-as-errors | |||
2012-06-05 23:41:14,877 : ERROR : Error verifying mozconfigs | |||
</pre> | </pre> | ||
* start automation ''← monitor progress on buildbot (e.g. [http://buildbot-master13.build.mozilla.org:8001/waterfall?num_events=10&category=release-mozilla-beta- beta])'' | * start automation ''← monitor progress on buildbot (e.g. [http://buildbot-master13.build.mozilla.org:8001/waterfall?num_events=10&category=release-mozilla-beta- beta])'' | ||
** the same command as above but without the "--dryrun" | ** the same command as above but without the "--dryrun" and with "-m" to skip the mozconfig check: | ||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u aki -V 14.0b6 --branch mozilla-beta --build-number 1 \ | |||
-c release-fennec-mozilla-beta.py --products fennec -m localhost:9001 | |||
=DONE TO HERE= | |||
=== E-mail Metrics === | === E-mail Metrics === | ||