Confirmed users
4,971
edits
| Line 64: | Line 64: | ||
=Notes= | =Notes= | ||
==Build 1== | ==Build 1== | ||
===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 mozilla-aurora | * Set clobbers for mozilla-aurora | ||
* | * Reserve slaves on bm12 | ||
* Update l10n changesets for mobile (see above) | |||
* Update l10n changesets for mobile | * Land [http://hg.mozilla.org/build/buildbot-configs/rev/# configs] | ||
* | |||
* Tag buildbot-configs, buildbotcustom, & tools with build & release tags. | * Tag buildbot-configs, buildbotcustom, & tools with build & release tags. | ||
hg tag -f FENNEC_14_0b1_{RELEASE, | hg tag -f FENNEC_14_0b1_{RELEASE,BUILD1} | ||
* update and reconfigure the master | * update and reconfigure the master | ||
* release-sanity | * release-sanity | ||
<pre> | <pre> | ||
# For 14.0b1 build 1: | |||
# cltbld@bm12 | |||
cd /builds/buildbot/build1/master | cd /builds/buildbot/build1/master | ||
source ../bin/activate | source ../bin/activate | ||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u aki -V 14.0b1 --branch mozilla-aurora --build-number | PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u aki -V 14.0b1 --branch mozilla-aurora --build-number 1 -c release-fennec-mozilla-aurora.py -m -l --products fennec --dryrun localhost:9001 2>&1 | tee aki.out | ||
</pre> | </pre> | ||
* start automation ''← monitor progress on buildbot (e.g. [http://buildbot-master07.build.mozilla.org:8001/waterfall?num_events=10&category=release-mozilla-aurora- aurora])'' | * start automation ''← monitor progress on buildbot (e.g. [http://buildbot-master07.build.mozilla.org:8001/waterfall?num_events=10&category=release-mozilla-aurora- aurora])'' | ||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u aki -V 14.0b1 --branch mozilla-aurora --build-number | PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u aki -V 14.0b1 --branch mozilla-aurora --build-number 1 -c release-fennec-mozilla-aurora.py -m -l --products fennec localhost:9001 2>&1 | tee aki2.out | ||
=== E-mail Metrics === | |||
Use the address "metrics-alerts < AT > mozilla < PERIOD > org" | |||
# For 14.0b1 : | |||
Fennec,firefox-mobile,fennec,14.0b1,14.0 | |||
=== Tag === | === Tag === | ||
=== Source === | === Source === | ||
=== Build === | === Build === | ||
==== Fennec ==== | ==== Fennec ==== | ||
===== Fennec repacks ===== | ===== Fennec repacks ===== | ||
=== Android Signing === | === Android Signing === | ||
=== Reset reserved slaves === | === Reset reserved slaves === | ||
==13.0b2 build 2 spin 1== | ==13.0b2 build 2 spin 1== | ||