ReferencePlatforms/Test/WinXP: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 57: Line 57:
  c:\python24\python setup.py install
  c:\python24\python setup.py install
Change the contents of c:\python24\scripts\buildbot.bat to '@python c:\python24\scripts\buildbot %*
Change the contents of c:\python24\scripts\buildbot.bat to '@python c:\python24\scripts\buildbot %*
=== Setting up a Buildbot Slave ===
How to setup a Buildbot Talos slave (replace the master.host, username, and password with the correct values)
cd c:\
mkdir talos-slave
buildbot create-slave talos-slave master.host:9989 username password
You should then start the slave once to create the proper directory structure.
buildbot start talos-slave
buildbot stop talos-slave


=== Apache ===
=== Apache ===
Line 78: Line 87:
* Restart Apache from the system tray icon
* Restart Apache from the system tray icon
* Test the install by browsing to 'http://localhost/page_load_test/framecycler.html'. You should see rapidly changing pages.
* Test the install by browsing to 'http://localhost/page_load_test/framecycler.html'. You should see rapidly changing pages.
=== Setting up a Buildbot Slave ===
How to setup a Buildbot Talos slave (replace the master.host, username, and password with the correct values)
cd c:\
mkdir talos-slave
buildbot create-slave talos-slave master.host:9989 username password
You should then start the slave once to create the proper directory structure.
buildbot start talos-slave
buildbot stop talos-slave
The "build directory" will have been created at this point. Talos needs to be checked out into that directory. Open a command line and cd to it, then run the following command:
cvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos
If you are using the new (chrome based) pageloader, download [http://people.mozilla.org/~bhearsum/QA/Talos/Ref-Platform-Files/tpcomponent.zip this] file and extract it to c:\talos\page_load_test.


= Updating Talos =
= Updating Talos =
When you need to update Talos to the latest in cvs you will have to update both the Apache copy and the Buildbot copy. To do this, do the following (replacing $WORKDIR with the right value):
Assuming your Buildbot master configuration is proper, Buildbot will automatically update Talos on every performance run. If you pageset is updated, you will need to refresh c:/pages.
cd c:\talos
cvs up
cd c:\talos-slave\$WORKDIR\talos
cvs up
You do not need to restart Apache or Buildbot after this.
canmove, Confirmed users
6,439

edits

Navigation menu