Mercurial > hg > autobot
annotate example.ini @ 308:05a416e907f4 default tip
add probably obselete example.ini
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 31 May 2015 11:44:56 -0700 |
parents | 08f0e17367ce |
children |
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] |
236 | 12 # config particular to the logparser factory |
39
98fa7d1a7b1d
add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
13 |
98fa7d1a7b1d
add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
14 [mozmill] |
187
bba97450cbc2
* update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents:
45
diff
changeset
|
15 git = http://github.com/k0s/mozmill.git#mytestbranch |
bba97450cbc2
* update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents:
45
diff
changeset
|
16 |
bba97450cbc2
* update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents:
45
diff
changeset
|
17 [profilemanager] |
39
98fa7d1a7b1d
add an example .ini file for configuration
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
18 |
187
bba97450cbc2
* update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents:
45
diff
changeset
|
19 [slave:yourslave] |
bba97450cbc2
* update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents:
45
diff
changeset
|
20 |
bba97450cbc2
* update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents:
45
diff
changeset
|
21 [slave:yourotherslave] |
bba97450cbc2
* update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents:
45
diff
changeset
|
22 # this one only runs logparser |
bba97450cbc2
* update example and templates
Jeff Hammel <jhammel@mozilla.com>
parents:
45
diff
changeset
|
23 factories = logparser |