CIDuty/Other Duties: Difference between revisions

Line 97: Line 97:
'''This could affect mobile talos numbers or break the jobs altogether. Please coordinate with sheriffs'''
'''This could affect mobile talos numbers or break the jobs altogether. Please coordinate with sheriffs'''


'''NOTE: There's a great deal of data we can not check into revision control for legal reasons, so there's an extensive .hgignore file.  If you're adding new data to the tree that can not be checked in, please make sure to add it to the .hgignore file as well so that people are not confused by files when they perform an hg status.'''
'''NOTE: There's a great deal of data we can not check into revision control for legal reasons, so there's an extensive .hgignore file.  If you're adding new data to the tree that can not be checked in, please ask a talos developer/reviewer or [[https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Talos file a bug]] to request any [[http://hg.mozilla.org/build/talos/file/8d6fb3704417/.hgignore .hgignore]] changes'''
* '''Please ask a talos developer/reviewer or [[https://bugzilla.mozilla.org/enter_bug.cgi?product=Testing&component=Talos file a bug]] for any [[http://hg.mozilla.org/build/talos/file/8d6fb3704417/.hgignore .hgignore]] changes'''


'''NOTE: For now, we're only using the "old, mac mini" setup. Update both but only talk about the old setup'''
=== webapp cluster ===
 
=== new, webapp cluster ===


  ssh relengwebadm.private.scl3.mozilla.com
  ssh relengwebadm.private.scl3.mozilla.com
Line 115: Line 112:
  # ..capture the output here; the remainder will be long and not that useful..
  # ..capture the output here; the remainder will be long and not that useful..
  /data/releng/src/talos-remote/update
  /data/releng/src/talos-remote/update
=== old, mac mini ===
We have a load balancer (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:
ssh root@bm-remote-talos-webhost-01
cd /var/www/html/talos-repo
# NOTICE that we have uncommitted files
hg status
# 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/.


= TBPL =
= TBPL =
Confirmed users
72

edits