blob: c1a2cd18c878d8a88f502e3ce369918f58b0114e [file] [log] [blame]
<cruisecontrol>
<property file="cruise.properties"/>
<property
name="time.oneHour"
value="3600" />
<property
name="time.OnRequestOnly"
value="31536000" />
<project
name="wtp-M"
buildafterfailed="true">
<!-- Bootstrappers are run every time the build runs,
*before* the modification checks -->
<bootstrappers>
<currentbuildstatusbootstrapper
file="logs/wtp-M/buildstatus.txt" />
</bootstrappers>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<mkdir dir="${build.home}/build-node/checkout/wtp-M"/>
<modificationset quietperiod="120">
<cvs
tag="R1_0_maintenance"
localworkingcopy="${build.home}/build-node/checkout/wtp-M/releng" />
<!-- commented out, as there is no R1_0_maintenance tag for releng.build ... and clutters the console with warnings.
<cvs
tag="R1_0_maintenance"
localworkingcopy="${build.home}/build-node/checkout/wtp-M/releng.builder" />
-->
<cvs
tag="R1_0_maintenance"
localworkingcopy="${build.home}/build-node/checkout/wtp-M/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
target="Build"
uselogger="false"
usedebug="false"
antworkingdir="${build.home}/build-node/builder/releng.builder/tools/cruise">
<!-- this "M" label should be changed to "R" once maintenance release
is warming up for its "R"elease.
-->
<property
name="buildType"
value="R" />
<!-- should comment out pre-spec'd coded buildId, once R-1.0.2 is declared -->
<property
name="buildId"
value="1.0.2" />
<property
name="mapVersionTag"
value="R1_0_maintenance" />
<property
name="build.component"
value="wtp" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- directory to write build logs to -->
<log dir="logs/wtp-M"></log>
<!-- Publishers are run *after* a build completes -->
<publishers>
<currentbuildstatuspublisher
file="logs/wtp-M/buildstatus.txt" />
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.0-M-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-M">
<always address="wtp-releng@eclipse.org" />
</email>
</publishers>
</project>
<project
name="wtp-I"
buildafterfailed="true">
<!-- Bootstrappers are run every time the build runs,
*before* the modification checks -->
<bootstrappers>
<currentbuildstatusbootstrapper
file="logs/wtp-I/buildstatus.txt" />
</bootstrappers>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<mkdir dir="${build.home}/build-node/checkout/wtp-I"/>
<modificationset quietperiod="120">
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-I/releng" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-I/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
target="Build"
uselogger="false"
usedebug="false"
antworkingdir="${build.home}/build-node/builder/releng.builder/tools/cruise">
<property
name="buildType"
value="I" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- directory to write build logs to -->
<log dir="logs/wtp-I"></log>
<!-- Publishers are run *after* a build completes -->
<publishers>
<currentbuildstatuspublisher
file="logs/wtp-I/buildstatus.txt" />
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.5-I-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-I">
<always address="wtp-releng@eclipse.org" />
</email>
</publishers>
</project>
<project
name="wtp-N"
buildafterfailed="true">
<!-- Bootstrappers are run every time the build runs,
*before* the modification checks -->
<bootstrappers>
<currentbuildstatusbootstrapper
file="logs/wtp-N/buildstatus.txt" />
</bootstrappers>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<mkdir dir="${build.home}/build-node/checkout/wtp-N"/>
<modificationset quietperiod="120">
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/jst" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/wst" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/releng" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/releng.builder" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-N/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
target="Build"
uselogger="false"
usedebug="false"
antworkingdir="${build.home}/build-node/builder/releng.builder/tools/cruise">
<property
name="buildType"
value="N" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp" />
<property
name="build.trial"
value="true" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- directory to write build logs to -->
<log dir="logs/wtp-N"></log>
<!-- Publishers are run *after* a build completes -->
<publishers>
<currentbuildstatuspublisher
file="logs/wtp-N/buildstatus.txt" />
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.5-N-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-N">
<!--
<always address="wtp-releng@eclipse.org" />
-->
</email>
</publishers>
</project>
<project
name="wtp-S"
buildafterfailed="true">
<!-- Bootstrappers are run every time the build runs,
*before* the modification checks -->
<bootstrappers>
<currentbuildstatusbootstrapper
file="logs/wtp-S/buildstatus.txt" />
</bootstrappers>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<mkdir dir="${build.home}/build-node/checkout/wtp-S"/>
<modificationset quietperiod="120">
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-S/releng" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-S/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.oneHour}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
target="Build"
uselogger="false"
usedebug="false"
antworkingdir="${build.home}/build-node/builder/releng.builder/tools/cruise">
<property
name="buildType"
value="S" />
<property
name="buildId"
value="1.5RC2" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- directory to write build logs to -->
<log dir="logs/wtp-S"></log>
<!-- Publishers are run *after* a build completes -->
<publishers>
<currentbuildstatuspublisher
file="logs/wtp-S/buildstatus.txt" />
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.5-S-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-S">
<always address="wtp-releng@eclipse.org" />
</email>
</publishers>
</project>
<project
name="wtp-R"
buildafterfailed="true">
<!-- Bootstrappers are run every time the build runs,
*before* the modification checks -->
<bootstrappers>
<currentbuildstatusbootstrapper
file="logs/wtp-R/buildstatus.txt" />
</bootstrappers>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<mkdir dir="${build.home}/build-node/checkout/wtp-R"/>
<modificationset quietperiod="120">
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-R/releng" />
<cvs
tag="HEAD"
localworkingcopy="${build.home}/build-node/checkout/wtp-R/releng.wtpbuilder" />
</modificationset>
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
target="Build"
uselogger="false"
usedebug="false"
antworkingdir="${build.home}/build-node/builder/releng.builder/tools/cruise">
<property
name="buildType"
value="R" />
<property
name="buildId"
value="1.5" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp" />
<property
name="build.home"
value="${build.home}" />
</ant>
</schedule>
<!-- directory to write build logs to -->
<log dir="logs/wtp-R"></log>
<!-- Publishers are run *after* a build completes -->
<publishers>
<currentbuildstatuspublisher
file="logs/wtp-R/buildstatus.txt" />
<email
mailhost="localhost"
returnaddress="${build.buildmaster.email}"
skipusers="true"
subjectprefix="[wtp-R1.5-R-build]"
buildresultsurl="${build.result.url}/cruisecontrol/buildresults/wtp-R">
<!-- too many spurious failures to make this general note helpful
<failure address="wtp-dev@eclipse.org" />
-->
<always address="wtp-releng@eclipse.org" />
</email>
</publishers>
</project>
</cruisecontrol>