Skip to content
Snippets Groups Projects
Commit 4386f436 authored by david_williams's avatar david_williams
Browse files

prep to resume I-builds

parent 28822405
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,14 @@
<property file="cruise.properties"/>
<property
name="time.oneHour"
value="3600" />
<property
name="time.OnRequestOnly"
value="31536000" />
<project
name="wtp-M"
buildafterfailed="true">
......@@ -29,7 +37,7 @@
localworkingcopy="${build.home}/build-node/checkout/wtp-M/releng.wtpbuilder" />
</modificationset>
<schedule interval="3600">
<schedule interval="${time.oneHour}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
......@@ -38,8 +46,6 @@
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.
-->
......@@ -112,7 +118,7 @@
localworkingcopy="${build.home}/build-node/checkout/wtp-I/releng.wtpbuilder" />
</modificationset>
<schedule interval="31536000">
<schedule interval="${time.oneHour}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
......@@ -176,7 +182,7 @@
localWorkingCopy="${build.home}/build-node/checkout/wtp-driver/releng.wtpbuilder" />
</modificationset>
<schedule interval="31536000">
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
......@@ -242,7 +248,7 @@
localworkingcopy="${build.home}/build-node/checkout/wtp-N/releng.wtpbuilder" />
</modificationset>
<schedule interval="31536000">
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
......@@ -317,7 +323,7 @@
localworkingcopy="${build.home}/build-node/checkout/wtp-S/releng.wtpbuilder" />
</modificationset>
<schedule interval="3600">
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
......@@ -386,7 +392,7 @@
localworkingcopy="${build.home}/build-node/checkout/wtp-R/releng.wtpbuilder" />
</modificationset>
<schedule interval="31536000">
<schedule interval="${time.OnRequestOnly}">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment