annotate example.ini @ 204:5f188d2a36aa

write how the .ini files work
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 02 Feb 2011 18:17:07 -0800
parents bba97450cbc2
children 08f0e17367ce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
187
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
1 # example .ini configuration format for autobot
39
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
2
204
5f188d2a36aa write how the .ini files work
Jeff Hammel <jhammel@mozilla.com>
parents: 187
diff changeset
3 [:master:]
187
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
4 # top level values
204
5f188d2a36aa write how the .ini files work
Jeff Hammel <jhammel@mozilla.com>
parents: 187
diff changeset
5 password = passwd
39
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
6 htmlport = 8010
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
7 slaveport = 9010
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
8 factories = logparser mozmill profilemanager
204
5f188d2a36aa write how the .ini files work
Jeff Hammel <jhammel@mozilla.com>
parents: 187
diff changeset
9 pollInterval = 30
39
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
10
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
11 [logparser]
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
12
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
13 [mozmill]
187
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
14 git = http://github.com/k0s/mozmill.git#mytestbranch
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
15
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
16 [profilemanager]
39
98fa7d1a7b1d add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff changeset
17
187
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
18 [slave:yourslave]
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
19
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
20 [slave:yourotherslave]
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
21 # this one only runs logparser
bba97450cbc2 * update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents: 45
diff changeset
22 factories = logparser