45 lines
2.0 KiB
XML
Executable File
45 lines
2.0 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/CutsceneExportTask.xml
|
|
Description: Cutscene Export Configuration Data.
|
|
|
|
Author: Geoffrey Barber <geoffrey.barber@rockstarsandiego.com>
|
|
Date: 17 September 2014
|
|
|
|
This configuration file details all the core WCF service URIs that applications
|
|
can use to connect.
|
|
-->
|
|
<Parameters>
|
|
<!-- Number of hours to keep completed/errored/aborted jobs available -->
|
|
<Parameter name="Hours to Keep Completed Jobs" type="int" value="72" />
|
|
|
|
<Parameter name="Path Monitoring File" type="string" value="$(toolsconfig)/automation/tasks/CutsceneExportMonitoring.xml" />
|
|
|
|
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/CutsceneExportNotifications.xml" />
|
|
|
|
<!-- Do we want to create a job on the local server, or add a job to the network server -->
|
|
<Parameter name="Enqueue Job Remotely" type="bool" value="true" />
|
|
|
|
<!-- The domain of the server we want to enqueue our jobs onto -->
|
|
<Parameter name="Cutscene Export Network URI" type="string" value="net.tcp://sanb-vm51:7010/automation.svc" />
|
|
|
|
<!--
|
|
Bug Creation Options
|
|
These are the bug options that may differ per-project.
|
|
|
|
Empty options are typically not then filled in for the created bug.
|
|
-->
|
|
<Parameter name="Bug Creation On Export Failure" type="bool" value="true" />
|
|
<Parameter name="Bugstar Login Username" type="string" value="mapautoexport" />
|
|
<Parameter name="Bugstar Login Password" type="string" value="rockstar1A" />
|
|
<Parameter name="Bugstar Login Domain" type="string" value="" />
|
|
|
|
<!-- Bug QA Owner (Team or User) (usage pending consistent Bugstar REST API) -->
|
|
<Parameter name="Bug QA Owner" type="string" value="Tools" />
|
|
|
|
<!-- Bug Reviewer (valid project Reviewer username) -->
|
|
<Parameter name="Bug Reviewer" type="string" value="adam.munson" />
|
|
|
|
<!-- Bug Component (full name, e.g. "Tools : Maps" -->
|
|
<Parameter name="Bug Component" type="string" value="Art" />
|
|
</Parameters> |