ndai | a5b2766 | 2005-07-09 19:41:27 +0000 | [diff] [blame] | 1 | <cruisecontrol> |
| 2 | |
ndai | 085085f | 2005-07-20 19:37:11 +0000 | [diff] [blame] | 3 | <project name="drivers" buildafterfailed="true"> |
| 4 | <!-- Bootstrappers are run every time the build runs, |
| 5 | *before* the modification checks --> |
| 6 | <bootstrappers> |
| 7 | <currentbuildstatusbootstrapper |
| 8 | file="logs/wtp-driver/buildstatus.txt" /> |
| 9 | </bootstrappers> |
| 10 | |
| 11 | <modificationset quietperiod="300"> |
| 12 | <cvs |
| 13 | cvsroot=":pserver:anonymous@dev.eclipse.org:/home/webtools" |
| 14 | tag="HEAD" |
| 15 | localworkingcopy="/home/build-home/build-node/checkout/wtp-driver" /> |
| 16 | </modificationset> |
| 17 | |
| 18 | <schedule interval="31536000"> |
| 19 | <ant |
| 20 | antscript="/home/build-home/build-node/builder/releng.builder/tools/cruise/ant.sh" |
| 21 | buildfile="trigger.xml" target="Driver" uselogger="false" |
| 22 | usedebug="false" |
| 23 | antworkingdir="/home/build-home/build-node/builder/releng.builder/tools/cruise"> |
| 24 | </ant> |
| 25 | </schedule> |
| 26 | |
| 27 | <log dir="logs/wtp-driver"></log> |
| 28 | |
| 29 | <publishers> |
| 30 | <currentbuildstatuspublisher |
| 31 | file="logs/wtp-driver/buildstatus.txt" /> |
| 32 | <email mailhost="localhost" |
| 33 | returnaddress="buildmaster@lomboz.org" skipusers="true" |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 34 | subjectprefix="[wtp-driver-build]" |
ndai | 085085f | 2005-07-20 19:37:11 +0000 | [diff] [blame] | 35 | buildresultsurl="http://buildserver.lomboz.org:8080/cruisecontrol/buildresults/wtp-driver"> |
| 36 | <always address="wtp-releng@eclipse.org" /> |
| 37 | </email> |
| 38 | </publishers> |
| 39 | </project> |
ndai | 037487f | 2005-07-09 20:15:53 +0000 | [diff] [blame] | 40 | |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 41 | <project name="docs" buildafterfailed="true"> |
| 42 | <!-- Bootstrappers are run every time the build runs, |
| 43 | *before* the modification checks --> |
| 44 | <bootstrappers> |
| 45 | <currentbuildstatusbootstrapper |
| 46 | file="logs/wtp-docs/buildstatus.txt" /> |
| 47 | </bootstrappers> |
| 48 | |
| 49 | <modificationset quietperiod="300"> |
| 50 | <cvs |
| 51 | cvsroot=":pserver:anonymous@dev.eclipse.org:/home/webtools" |
| 52 | tag="HEAD" |
| 53 | localworkingcopy="/home/build-home/build-node/checkout/wtp-docs" /> |
| 54 | </modificationset> |
| 55 | |
| 56 | <schedule interval="31536000"> |
| 57 | <ant |
| 58 | antscript="/home/build-home/build-node/builder/releng.builder/tools/cruise/ant.sh" |
| 59 | buildfile="trigger.xml" target="docs" uselogger="false" |
| 60 | usedebug="false" |
| 61 | antworkingdir="/home/build-home/build-node/builder/releng.builder/tools/cruise"> |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 62 | <property name="buildType" value="I"/> |
| 63 | <property name="mapVersionTag" value="HEAD"/> |
| 64 | <property name="build.component" value="docs"/> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 65 | </ant> |
| 66 | </schedule> |
| 67 | |
| 68 | <log dir="logs/wtp-docs"></log> |
| 69 | |
| 70 | <publishers> |
| 71 | <currentbuildstatuspublisher |
| 72 | file="logs/wtp-docs/buildstatus.txt" /> |
| 73 | <email mailhost="localhost" |
| 74 | returnaddress="buildmaster@lomboz.org" skipusers="true" |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 75 | subjectprefix="[wtp-doc-build]" |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 76 | buildresultsurl="http://buildserver.lomboz.org:8080/cruisecontrol/buildresults/wtp-docs"> |
| 77 | <always address="wtp-releng@eclipse.org" /> |
| 78 | </email> |
| 79 | </publishers> |
| 80 | </project> |
| 81 | |
ndai | 037487f | 2005-07-09 20:15:53 +0000 | [diff] [blame] | 82 | <project name="wtp-I" buildafterfailed="true"> |
| 83 | <!-- Bootstrappers are run every time the build runs, |
| 84 | *before* the modification checks --> |
| 85 | <bootstrappers> |
| 86 | <currentbuildstatusbootstrapper |
| 87 | file="logs/wtp-I/buildstatus.txt" /> |
| 88 | </bootstrappers> |
| 89 | |
| 90 | <!-- Defines where cruise looks for changes, to decide whether to run the build --> |
| 91 | <modificationset quietperiod="120"> |
| 92 | <cvs |
| 93 | cvsroot=":pserver:anonymous@dev.eclipse.org:/home/webtools" |
ndai | 085085f | 2005-07-20 19:37:11 +0000 | [diff] [blame] | 94 | tag="HEAD" |
| 95 | localworkingcopy="/home/build-home/build-node/checkout/wtp-I" /> |
ndai | 037487f | 2005-07-09 20:15:53 +0000 | [diff] [blame] | 96 | </modificationset> |
| 97 | |
| 98 | <schedule interval="3600"> |
ndai | 085085f | 2005-07-20 19:37:11 +0000 | [diff] [blame] | 99 | <ant |
| 100 | antscript="/home/build-home/build-node/builder/releng.builder/tools/cruise/ant.sh" |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 101 | buildfile="trigger.xml" target="Build" uselogger="false" |
ndai | 085085f | 2005-07-20 19:37:11 +0000 | [diff] [blame] | 102 | usedebug="false" |
| 103 | antworkingdir="/home/build-home/build-node/builder/releng.builder/tools/cruise"> |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 104 | <property name="buildType" value="I"/> |
| 105 | <property name="mapVersionTag" value="HEAD"/> |
| 106 | <property name="build.component" value="wtp"/> |
ndai | 037487f | 2005-07-09 20:15:53 +0000 | [diff] [blame] | 107 | </ant> |
| 108 | </schedule> |
| 109 | |
| 110 | |
| 111 | |
| 112 | <!-- directory to write build logs to --> |
| 113 | <log dir="logs/wtp-I"></log> |
| 114 | |
| 115 | <!-- Publishers are run *after* a build completes --> |
| 116 | <publishers> |
| 117 | <currentbuildstatuspublisher |
| 118 | file="logs/wtp-I/buildstatus.txt" /> |
| 119 | <email mailhost="localhost" |
| 120 | returnaddress="buildmaster@lomboz.org" skipusers="true" |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 121 | subjectprefix="[wtp-R1.0-I-build]" |
ndai | 037487f | 2005-07-09 20:15:53 +0000 | [diff] [blame] | 122 | buildresultsurl="http://buildserver.lomboz.org:8080/cruisecontrol/buildresults/wtp-I"> |
| 123 | <failure address="wtp-dev@eclipse.org" /> |
| 124 | <always address="wtp-releng@eclipse.org" /> |
| 125 | </email> |
| 126 | </publishers> |
| 127 | </project> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 128 | |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 129 | <project name="wtp-M" buildafterfailed="true"> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 130 | <!-- Bootstrappers are run every time the build runs, |
| 131 | *before* the modification checks --> |
| 132 | <bootstrappers> |
| 133 | <currentbuildstatusbootstrapper |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 134 | file="logs/wtp-M/buildstatus.txt" /> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 135 | </bootstrappers> |
| 136 | |
| 137 | <!-- Defines where cruise looks for changes, to decide whether to run the build --> |
| 138 | <modificationset quietperiod="120"> |
| 139 | <cvs |
| 140 | cvsroot=":pserver:anonymous@dev.eclipse.org:/home/webtools" |
| 141 | tag="R0_7_maintenance" |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 142 | localworkingcopy="/home/build-home/build-node/checkout/wtp-M" /> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 143 | </modificationset> |
| 144 | |
| 145 | <schedule interval="3600"> |
| 146 | <ant |
| 147 | antscript="/home/build-home/build-node/builder/releng.builder/tools/cruise/ant.sh" |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 148 | buildfile="trigger.xml" target="Build" uselogger="false" |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 149 | usedebug="false" |
| 150 | antworkingdir="/home/build-home/build-node/builder/releng.builder/tools/cruise"> |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 151 | <property name="buildType" value="M"/> |
| 152 | <property name="mapVersionTag" value="R0_7_maintenance"/> |
| 153 | <property name="build.component" value="wtp"/> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 154 | </ant> |
| 155 | </schedule> |
| 156 | |
| 157 | |
| 158 | |
| 159 | <!-- directory to write build logs to --> |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 160 | <log dir="logs/wtp-M"></log> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 161 | |
| 162 | <!-- Publishers are run *after* a build completes --> |
| 163 | <publishers> |
| 164 | <currentbuildstatuspublisher |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 165 | file="logs/wtp-M/buildstatus.txt" /> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 166 | <email mailhost="localhost" |
| 167 | returnaddress="buildmaster@lomboz.org" skipusers="true" |
ndai | a1ebdb9 | 2005-08-09 20:23:24 +0000 | [diff] [blame^] | 168 | subjectprefix="[wtp-R0.7-M-build]" |
| 169 | buildresultsurl="http://buildserver.lomboz.org:8080/cruisecontrol/buildresults/wtp-M"> |
ndai | bccd41f | 2005-08-08 19:15:03 +0000 | [diff] [blame] | 170 | <failure address="wtp-dev@eclipse.org" /> |
| 171 | <always address="wtp-releng@eclipse.org" /> |
| 172 | </email> |
| 173 | </publishers> |
| 174 | </project> |
ndai | a5b2766 | 2005-07-09 19:41:27 +0000 | [diff] [blame] | 175 | |
| 176 | </cruisecontrol> |
ndai | 037487f | 2005-07-09 20:15:53 +0000 | [diff] [blame] | 177 | |