ReleaseEngineering:Buildduty:Mobile: Difference between revisions

no edit summary
(Created page with "= Mobile = == Pandas == Handling Panda Failures == Android Tegras == [[ReleaseEngineering:How To:Android Tegras | Andr...")
 
No edit summary
 
Line 2: Line 2:


== Pandas ==
== Pandas ==
[[ReleaseEngineering/Mozpool/Handling_Panda_Failures | Handling Panda Failures]]


[[ReleaseEngineering/Mozpool/Handling_Panda_Failures | Handling Panda Failures]]
== Android Tegras ==
== Android Tegras ==
[[ReleaseEngineering:How To:Android Tegras | Android Tegra BuildDuty Notes]]
[[ReleaseEngineering:How To:Android Tegras | Android Tegra BuildDuty Notes]]


== Android Updates aren't working! ==
== Android Updates aren't working! ==
* Did the version number just change? If so, you may be hitting {{bug|629528}}.  Kick off another Android nightly.
* Did the version number just change? If so, you may be hitting {{bug|629528}}.  Kick off another Android nightly.
* Check aus3-staging for size 0 complete.txt snippets:
* Check aus3-staging for size 0 complete.txt snippets:
Line 18: Line 16:
** https://bugzilla.mozilla.org/show_bug.cgi?id=652785#c2
** https://bugzilla.mozilla.org/show_bug.cgi?id=652785#c2
** If so, either copy the complete.txt with the correct checksum to the 2nd-most-recent buildid directory, or kick off another Android nightly.
** If so, either copy the complete.txt with the correct checksum to the 2nd-most-recent buildid directory, or kick off another Android nightly.
== Update mobile talos webhosts ==
We have a balance loader (bm-remote) that is in front of three web hosts (bm-remote-talos-0{1,2,3}).
Here is how you update them:
Update Procedure:
<pre>
ssh root@bm-remote-talos-webhost-01
cd /var/www/html/talos-repo
# NOTICE that we have uncommitted files
hg st
# ? talos/page_load_test/tp4
# Take note of the current revision to revert to (just in case)
hg id
hg pull -u
# 488bc187a3ef tip
rsync -azv --delete /var/www/html/. bm-remote-talos-webhost-02:/var/www/html/.
rsync -azv --delete /var/www/html/. bm-remote-talos-webhost-03:/var/www/html/.
</pre>
Keep track of what revisions is being run.
== Deploy new tegra-host-utils.zip ==
There are three hosts behind a balance loader.
* See {{bug|742597}} for previous instance of this case.
<pre>
ssh root@bm-remote-talos-webhost-01
cd /var/www/html/tegra
wget -O tegra-host-utils.742597.zip http://people.mozilla.org/~jmaher/tegra-host-utils.zip
rsync -azv /var/www/html/tegra/. bm-remote-talos-webhost-02:/var/www/html/tegra/
rsync -azv /var/www/html/tegra/. bm-remote-talos-webhost-03:/var/www/html/tegra/
</pre>
canmove, Confirmed users
2,850

edits