1 <?xml version=
"1.0" encoding=
"utf-8"?>
5 Purpose: Schedulers and locks common to all slaves.
8 Copyright: (c) 2007 Mike Wetherell
9 Licence: wxWidgets licence
12 <bot xmlns:
xi=
"http://www.w3.org/2001/XInclude">
14 <xi:include href=
"include/defs.xml"/>
17 Quick schedulers. Builds using these are triggered after each change to
18 the sources on the given branch.
21 branch: branch to watch
22 treeStableTimer: wait until the tree has stopped changing for the
23 given number of seconds before firing
24 fileNotImportant: files matching these patterns do not trigger a build
28 <name>trunk_quick
</name>
29 <branch>trunk
</branch>
30 <treeStableTimer>900</treeStableTimer>
31 <fileNotImportant>docs/* interface/*
</fileNotImportant>
35 <name>release_quick
</name>
36 <branch><RELEASE_BRANCH/></branch>
37 <treeStableTimer>900</treeStableTimer>
38 <fileNotImportant>docs/* interface/*
</fileNotImportant>
42 <name>stable_quick
</name>
43 <branch><STABLE_BRANCH/></branch>
44 <treeStableTimer>900</treeStableTimer>
45 <fileNotImportant>docs/*
</fileNotImportant>
49 Schedulers that fire once a week.
51 A build can use one of these to be triggered once a week, or more than
52 one if it should run several times a week on particular days.
55 <nightly-schedulers name=
"sunday"/>
56 <nightly-schedulers name=
"monday"/>
57 <nightly-schedulers name=
"tuesday"/>
58 <nightly-schedulers name=
"wednesday"/>
59 <nightly-schedulers name=
"thursday"/>
60 <nightly-schedulers name=
"friday"/>
61 <nightly-schedulers name=
"saturday"/>
64 Schedulers for daily builds.
67 <nightly-schedulers name=
"daily"/>
70 A general purpose slave lock and ones for the trunk and stable branches.
82 <name><STABLE_BRANCH/></name>
86 <name><RELEASE_BRANCH/></name>
90 Map SVN user ids to email addresses.
92 The email address in wx-devs.xml can be overridden by adding a line like
93 this after the xi:include:
95 <email id="JMS">jaakko.salli -at- dnainternet.net</email>
97 or disabled using an empty tag:
102 <emaillookup name=
"wx-devs">
103 <xi:include href=
"include/wx-devs.xml"/>
104 <!-- Overrides... -->
108 Notify people on the blame list when a build goes from good to bad.
113 <lookup>wx-devs
</lookup>
117 Log every build to a mailing list.
121 <extraRecipient>wx-buildbot -at- googlegroups.com
</extraRecipient>
125 Track SVN changes using the wx-cvs mailing list.
126 The <prefix> is subtracted from the paths in the 'Modified Files:'
127 section, the remainder is then assumed to give the branch and filename.
131 <prefix>wxWidgets
</prefix>