ReferencePlatforms/Test/Win7 64-bit: Difference between revisions

(add slave alloc info and remove buildbot-0.8 instructions)
 
(4 intermediate revisions by 2 users not shown)
Line 185: Line 185:


=== Deploy slave-alloc ===
=== Deploy slave-alloc ===
* Install [hg.mozilla.org/build/puppet-manifests/raw-file/44b219c7790f/modules/buildslave/files/runslave.py runslave.py] in C:\
* 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/44b219c7790f/modules/buildslave/files/runslave.py
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/44b219c7790f/modules/buildslave/files/startTalos-w764.bat startTalos.bat] with:
* 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/44b219c7790f/modules/buildslave/files/startTalos-w764.bat
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 =
Line 232: Line 232:
  [cltbld@dev-stage01 win32]$ md5sum 260.99_desktop_win7_winvista_64bit_english_whql.exe  
  [cltbld@dev-stage01 win32]$ md5sum 260.99_desktop_win7_winvista_64bit_english_whql.exe  
  12173623a1980ffb3d1a0ab78d3232be  260.99_desktop_win7_winvista_64bit_english_whql.exe
  12173623a1980ffb3d1a0ab78d3232be  260.99_desktop_win7_winvista_64bit_english_whql.exe
= Mozilla maintenance service, associated registry keys, Mozilla test CA root =
{{bug|704578}}
cd c:\
wget -O installservice.bat --no-check-certificate https://bug704578.bugzilla.mozilla.org/attachment.cgi?id=579099
schtasks /create /tn mozillamaintenance /tr "c:\\windows\\system32\\cmd.exe /c \"c:\\installservice.bat\"" /sc ONSTART /ru SYSTEM
wget -O keys.reg --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577617
regedit /s keys.reg
wget -O MozRoot.crt --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=577619
wget -O add_cert.msc --no-check-certificate https://bugzilla.mozilla.org/attachment.cgi?id=579119
start add_cert.msc
* From menu: Action -> All Tasks -> Import...  launches Certificate Import Wizard
* Click Next
* Browse and use C:\MozRoot.crt
* Next, Next, Finish
* Close the MMC window
canmove, Confirmed users
6,440

edits