canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 48: | Line 48: | ||
Filed {{bug|811708}} to hopefully track down the scheduling issue. | Filed {{bug|811708}} to hopefully track down the scheduling issue. | ||
== Build 2 (Fennec only) == | |||
Release runner wasn't working when the go came, so I had to do this by hand. | |||
=== Start the release === | |||
* Landed config updates, tagged buildbot-configs/buildbotcustom/tools, and reconfiged build+scheduler masters | |||
* Ran release sanity on bm36: | |||
cd /builds/buildbot/build_scheduler/master | |||
source ../bin/activate | |||
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u bhearsum \ | |||
-V 17.0b6 --branch mozilla-beta --build-number 2 \ | |||
--release-config release-fennec-mozilla-beta.py --products fennec \ | |||
--dryrun localhost:9301 | |||
* Passed, ran again without --dryrun to start the release |