Confirmed users
4,971
edits
Line 158: | Line 158: | ||
===Preparing to start Automation=== | ===Preparing to start Automation=== | ||
* Landed configs: [http://hg.mozilla.org/build/buildbot-configs/rev/f9dc66849e3a default] [http://hg.mozilla.org/build/buildbot-configs/rev/2b5d6c983d52 production] | * Landed configs: [http://hg.mozilla.org/build/buildbot-configs/rev/f9dc66849e3a default] [http://hg.mozilla.org/build/buildbot-configs/rev/2b5d6c983d52 production] | ||
* | * Tagged buildbot-configs, buildbotcustom, tools | ||
* updated+reconfiged bm13 | |||
# cltbld@bm13 | |||
cd /builds/buildbot/build1 | |||
. bin/activate | |||
make update | |||
make checkconfig | |||
make reconfig | |||
tail -F -n 1000 master/twistd.log | grep configuration | |||
# wait til you see "configuration update complete", ctrl-c out | |||
* Ran release sanity: | |||
cd master | |||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u aki -V 14.0b8 --branch mozilla-beta --build-number 3 \ | |||
-c release-fennec-mozilla-beta.py --products fennec --l10n-dashboard-version 14_beta_b8.3 --dryrun localhost:9001 2>&1 | tee aki.out | |||
* Re-ran without dryrun. | |||
=<font color="red"> DONE TO HERE </font>= | =<font color="red"> DONE TO HERE </font>= |