Confirmed users
3,990
edits
(add slave alloc info and remove buildbot-0.8 instructions) |
(Newer version of startTalos.bat and use the last revision used for runslave.py) |
||
Line 185: | Line 185: | ||
=== Deploy slave-alloc === | === Deploy slave-alloc === | ||
* Install [hg.mozilla.org/build/puppet-manifests/raw-file/ | * Install [hg.mozilla.org/build/puppet-manifests/raw-file/61c0b7a13f40/modules/buildslave/files/runslave.py runslave.py] in C:\ | ||
** You will need to do this with administrator privs. The only way to get these privs is to right-click "Command Prompt" on the start menu, and select "Run as Administrator". Then use 'wget' to download the file. | ** You will need to do this with administrator privs. The only way to get these privs is to right-click "Command Prompt" on the start menu, and select "Run as Administrator". Then use 'wget' to download the file. | ||
<pre> | <pre> | ||
REM REMEMBER: "Run as Administrator" | REM REMEMBER: "Run as Administrator" | ||
wget -O c:\runslave.py hg.mozilla.org/build/puppet-manifests/raw-file/ | wget -O c:\runslave.py hg.mozilla.org/build/puppet-manifests/raw-file/61c0b7a13f40/modules/buildslave/files/runslave.py | ||
dir C:\runslave.py | dir C:\runslave.py | ||
</pre> | </pre> | ||
* Install [http://hg.mozilla.org/build/puppet-manifests/raw-file/ | * Install [http://hg.mozilla.org/build/puppet-manifests/raw-file/71c387ce1433/modules/buildslave/files/startTalos-w764.bat startTalos.bat] with: | ||
<pre> | <pre> | ||
wget -O "c:\Users\cltbld\Desktop\startTalos.bat" http://hg.mozilla.org/build/puppet-manifests/raw-file/ | del "c:\Users\cltbld\Desktop\startTalos.bat" | ||
wget -O "c:\Users\cltbld\Desktop\startTalos.bat" http://hg.mozilla.org/build/puppet-manifests/raw-file/71c387ce1433/modules/buildslave/files/startTalos-w764.bat | |||
</pre> | </pre> | ||
Line 205: | Line 206: | ||
*** Conditions: stop if idle ceases, start only on AC power, stop on switch to battery | *** Conditions: stop if idle ceases, start only on AC power, stop on switch to battery | ||
*** Settings: Allow to run on demand, stop if running for more than 3 days, force stop if it does not stop when requested | *** Settings: Allow to run on demand, stop if running for more than 3 days, force stop if it does not stop when requested | ||
= Path Verification = | = Path Verification = |