Releases/Firefox 10.0.8esr/BuildNotes: Difference between revisions
< Releases
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* <strike>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Setting_reserved_slaves | Set reserved_slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</strike> | |||
* <strike>[[Release:Release_Automation_on_Mercurial:Starting_a_Release#Locking_slaves | Check to make sure you have all of the different types of slaves that you need]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</strike> | |||
* <strike>[[Release:Release_Automation_on_Mercurial:Preparation#Starting_the_automation | Start the automation]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</strike> | |||
* <strike>[[Release:Release_Automation_on_Mercurial:Build#Reset_reserved_slaves | Reset reserved_slaves and unlock slaves]] {{DesktopTag}} {{MobileTag}} {{AllTag}}</strike> | |||
* <strike>[[Release:Release_Automation_on_Mercurial:Updates#Push_snippets | Run pushsnip]] {{DesktopTag}} {{AllTag}}</strike> | |||
= Bugs hit = | = Bugs hit = | ||
=Build Engineers= | =Build Engineers= | ||
{armenzg} - Tracking bug: {{bug|782992}} | {armenzg} - Tracking bug: {{bug|782992}} | ||
=Notes= | =Notes= | ||
Line 82: | Line 38: | ||
-b localhost:9001 | -b localhost:9001 | ||
</pre> | </pre> | ||
=== Reset reserved slaves === | === Reset reserved slaves === | ||
(build1)[cltbld@buildbot-master25 master]$ echo 0 > /builds/buildbot/build1/master/reserved_slaves | |||
=== | === Push to ESR Channel === | ||
<pre> | |||
Last login: Wed Oct 3 12:02:05 2012 from vpn1.dmz.releng.scl3.mozilla.com | |||
[armenzg@dp-ausstage01 ~]$ sudo su - ffxbld | |||
[ffxbld@dp-ausstage01 staging]$ cd /opt/aus2/snippets/st | |||
[ffxbld@dp-ausstage01 staging]$ ~/bin/pushsnip Firefox-10.0.8esr-build1 | |||
</pre> | |||
=== | === Update symlinks === | ||
As ffxbld@upload1: | |||
<pre> | |||
cd /home/ftp/pub/mozilla.org/firefox/releases/ | |||
rm latest-10.0esr && ln -s 10.0.8esr latest-10.0esr | |||
</pre> | |||
Latest revision as of 18:09, 10 October 2012
Set reserved_slaves DESKTOP MOBILE RELEASE BETA ESRCheck to make sure you have all of the different types of slaves that you need DESKTOP MOBILE RELEASE BETA ESRStart the automation DESKTOP MOBILE RELEASE BETA ESRReset reserved_slaves and unlock slaves DESKTOP MOBILE RELEASE BETA ESRRun pushsnip DESKTOP RELEASE BETA ESR
Bugs hit
Build Engineers
{armenzg} - Tracking bug: bug 782992
Notes
Build 1
Set reserved slaves
(build1)[cltbld@buildbot-master25 master]$ echo 2 > /builds/buildbot/build1/master/reserved_slaves
Preparing to start Automation
Set a clobber for "any master", "mozilla-esr10", "any builder". This isn't strictly necessary, but cleaning up the build directories ahead of time speeds things up a bit.- Callek is not in "special people" and ben said no need.
- Landed config update on default + transplant to production. Tagged with FIREFOX_10_0_7esr_{RELEASE,BUILD1}
- Updated and reconfiged master
- Ran release sanity:
cd /builds/buildbot/build1/master source ../bin/activate PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u callek \ -V 10.0.8esr --branch mozilla-esr10 --build-number 1 \ --release-config release-firefox-mozilla-esr10.py --products firefox \ --dryrun localhost:9001
- Failed with, because we don't have milestones for esr.
2012-10-05 14:53:06,003 : CRITICAL : verify_l10n_dashboard
- Error is ignorable, started release with:
PYTHONPATH=. python ../tools/buildbot-helpers/release_sanity.py -u callek \ -V 10.0.8esr --branch mozilla-esr10 --build-number 1 \ --release-config release-firefox-mozilla-esr10.py --products firefox \ -b localhost:9001
Reset reserved slaves
(build1)[cltbld@buildbot-master25 master]$ echo 0 > /builds/buildbot/build1/master/reserved_slaves
Push to ESR Channel
Last login: Wed Oct 3 12:02:05 2012 from vpn1.dmz.releng.scl3.mozilla.com [armenzg@dp-ausstage01 ~]$ sudo su - ffxbld [ffxbld@dp-ausstage01 staging]$ cd /opt/aus2/snippets/st [ffxbld@dp-ausstage01 staging]$ ~/bin/pushsnip Firefox-10.0.8esr-build1
Update symlinks
As ffxbld@upload1:
cd /home/ftp/pub/mozilla.org/firefox/releases/ rm latest-10.0esr && ln -s 10.0.8esr latest-10.0esr