Confirmed users
3,104
edits
| Line 69: | Line 69: | ||
===Preparing to start Automation=== | ===Preparing to start Automation=== | ||
* Set clobbers for the appropriate masters. Doing this 24-48 hours in advance should speedup the build. | * Set clobbers for the appropriate masters. Doing this 24-48 hours in advance should speedup the build. | ||
* For build1 only, create a symlink for your $version (eg 11.0b4, 10.0.2esr, 10.0.2, 3.6.27) (until {{bug|725839}} is resolved) | * For build1 only, create a symlink for your $version (eg 11.0b4, 10.0.2esr, 10.0.2, 3.6.27) (until {{bug|725839}} is resolved) | ||
# ffxbld@stage | # ffxbld@stage | ||
| Line 75: | Line 74: | ||
mkdir ../candidates/11.0-candidates | mkdir ../candidates/11.0-candidates | ||
ln -s ../candidates/11.0-candidates 11.0-candidates | ln -s ../candidates/11.0-candidates 11.0-candidates | ||
'''DONE to HERE''' | |||
* Reserve slaves | |||
* Update l10n changesets for desktop | * Update l10n changesets for desktop | ||
* Land automation configs (are you or buildduty going to reconfig? great, merge. otherwise double-land only your configs) | * Land automation configs (are you or buildduty going to reconfig? great, merge. otherwise double-land only your configs) | ||
| Line 80: | Line 81: | ||
* update and reconfigure the master | * update and reconfigure the master | ||
* start automation | * start automation | ||
# Dry-run | |||
source ../bin/activate | |||
PYTHONPATH=. ../bin/python ../tools/buildbot-helpers/release_sanity.py -u lsblakk \ | |||
-V 11.0 --branch mozilla-release --build-number 1 -c release-firefox-mozilla-release.py \ | |||
--products firefox --l10n-dashboad-version=11 --dryrun localhost:9001 | |||
* reconfigure other masters (or ask the buildduty person to do this) | * reconfigure other masters (or ask the buildduty person to do this) | ||