23 lines
1.2 KiB
XML
Executable File
23 lines
1.2 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/IntegratorTask.xml
|
|
|
|
Author: Derek Ward <derek.ward@rockstarnorth.com>
|
|
Date: 9 May 2012
|
|
-->
|
|
<Parameters>
|
|
<Parameter name="Integration Monitoring File" type="string" value="$(toolsconfig)/automation/tasks/IntegratorMonitoring.xml" />
|
|
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/IntegratorNotifications.xml" />
|
|
<Parameter name="Hours to Keep Completed Jobs" type="int" value="96" />
|
|
<Parameter name="Hours to alert on blocked integrations" type="int" value="1" />
|
|
<Parameter name="Alert when job completes" type="bool" value="true" />
|
|
<Parameter name="Blocking enabled" type="bool" value="true" />
|
|
<Parameter name="Alert users of blocking changelist" type="bool" value="false" />
|
|
<!-- DO NOT MAKE THIS SUPER FAST WITHOUT CHECKING THE IMPACT ON THE P4 SERVER -->
|
|
<Parameter name="Task Update Time" type="int" value="100000" />
|
|
<Parameter name="Alert branchspec users of blocking changelist" type="bool" value="true" />
|
|
<Parameter name="Ignore purged jobs" type="bool" value="true" />
|
|
<Parameter name="Cached Interchanges" type="bool" value="true" />
|
|
</Parameters>
|
|
|
|
|