]>
git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/common.xml
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"
13 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform"
14 xmlns:
exsl=
"http://exslt.org/common"
17 <xi:include href=
"include.xml" xpointer=
"xpointer(*/*)"/>
20 Quick schedulers. Builds using these are triggered after each change to
21 the sources on the given branch.
24 branch: branch to watch
25 treeStableTimer: wait until the tree has stopped changing for the
26 given number of seconds before firing
27 fileNotImportant: files matching these patterns do not trigger a build
31 <name>trunk_quick
</name>
32 <branch>trunk
</branch>
33 <treeStableTimer>900</treeStableTimer>
34 <fileNotImportant>doc/*
</fileNotImportant>
38 <name>stable_quick
</name>
39 <branch><STABLE_BRANCH/></branch>
40 <treeStableTimer>900</treeStableTimer>
41 <fileNotImportant>doc/*
</fileNotImportant>
45 Schedulers that fire once a week.
47 A build can use one of these to be triggered once a week, or more than
48 one if it should run several times a week on particular days.
52 <name>sunday_6am
</name>
54 <dayOfWeek>0</dayOfWeek>
58 <name>monday_6am
</name>
60 <dayOfWeek>1</dayOfWeek>
64 <name>tuesday_6am
</name>
66 <dayOfWeek>2</dayOfWeek>
70 <name>wednesday_6am
</name>
72 <dayOfWeek>3</dayOfWeek>
76 <name>thursday_6am
</name>
78 <dayOfWeek>4</dayOfWeek>
82 <name>friday_6am
</name>
84 <dayOfWeek>5</dayOfWeek>
88 <name>saturday_6am
</name>
90 <dayOfWeek>6</dayOfWeek>
94 Schedulers for daily builds.
98 <name>daily_6am
</name>
103 Track SVN changes using the wx-cvs mailing list.
104 The <prefix> is subtracted from the paths in the 'Modified Files:'
105 section, the remainder is then assumed to give the branch and filename.
109 <prefix>wxWidgets
</prefix>