|
|
| Line 136: |
Line 136: |
|
| |
|
| = Adding your master to slavealloc = | | = Adding your master to slavealloc = |
| * you will need to find out the host, password, and username for the slavealloc mysql url. If you don't know where our private things live, ask someone in releng.
| | To lock slaves onto your master you need to add it to slavealloc, see [[ReleaseEngineering:Buildduty:Slave_Management#Adding_a_master | adding a master]] |
| # you will want to create a CSV similar to this one
| |
| # (where row 1 is column names and every subsequent row is your master you wish to add)
| |
| nickname,fqdn,http_port,pb_port,datacenter,pool
| |
| sm-armenzg-build,dev-master1.srv.releng.scl3.mozilla.com,8040,9040,scl3,staging-pers
| |
| sm-armenzg-test,dev-master1.srv.releng.scl3.mozilla.com,8041,9041,scl3,staging-pers
| |
| * for latest info on csv file format see: [http://hg.mozilla.org/build/tools/file/tip/lib/python/slavealloc/scripts/dbimport.py dbimport.py].
| |
| * use that csv file in steps here: [https://wiki.mozilla.org/index.php?title=ReleaseEngineering:Buildduty:Slave_Management#Adding_a_master adding a master]
| |
|
| |
|
| = Modifying your old master in slavealloc = | | = Modifying your old master in slavealloc = |