33 lines
1.5 KiB
XML
Executable File
33 lines
1.5 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/SmokeTestTask.xml
|
|
Description: SmokeTest Task Configuration Data.
|
|
|
|
Author: Shawn Shoemaker <shawn.shoemaker@rockstarnewengland.com>
|
|
Date: 2 January 2014
|
|
-->
|
|
<Parameters>
|
|
<!-- time in hours to keep our completed jobs -->
|
|
<Parameter name="Hours to Keep Completed Jobs" type="int" value="24"/>
|
|
|
|
<!-- Location of the file specifying the files that we want to monitor and do something once they are updated -->
|
|
<Parameter name="Path Monitoring File" type="string" value="$(toolsconfig)/automation/tasks/SmokeTestMonitoring.xml" />
|
|
|
|
<!-- which branch to use; will default to dev -->
|
|
<Parameter name="Branch" type="string" value="dev_ng"/>
|
|
|
|
<!-- how long do wait in between p4 searches for file updates -->
|
|
<Parameter name="Update Sleep Time" type="int" value="12000"/>
|
|
|
|
<!-- should we actually sync files; really only useful when developing smoketests -->
|
|
<Parameter name="Sync Files" type="bool" value="true"/>
|
|
|
|
<!-- force a more recent monitored file; really only useful when developing smoketests -->
|
|
<Parameter name="Force Monitored File Found" type="bool" value="false"/>
|
|
|
|
<!-- Path to job definition file -->
|
|
<Parameter name="JobDef Build Combinations" type="string" value="$(toolsconfig)/automation/tasks/jobdefinitions/SmokeTest_jobdef.xml"/>
|
|
|
|
<!-- Notifications file -->
|
|
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/SmokeTestNotifications.xml" />
|
|
</Parameters> |