22 lines
1.0 KiB
XML
Executable File
22 lines
1.0 KiB
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\codetester\codetester_base_defs.xml"/>
|
|
|
|
<cb:scope platform ="ps3"
|
|
platform_short ="ps3"
|
|
ip ="$(codetester_ip_ps3)"
|
|
ip_log_file ="$(codetester_ip_log_file_ps3)"
|
|
publishers_file ="$(game_include_dir)\$(function)\$(function)_publishers$(dev_blanking_underbar).xml"
|
|
tasks_file ="$(game_include_dir)\$(function)\$(function)_$(platform)_tasks.xml"
|
|
source_control_file ="$(game_include_dir)\$(function)\$(function)_source_control.xml"
|
|
errorsarenotfail = ""
|
|
build_name = "$(build_to_test)">
|
|
|
|
<cb:scope level="$(main_level)"
|
|
queue_priority="8">
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_each_level_smokes.xml"/>
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_one_level_smokes.xml"/>
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_emailer.xml"/>
|
|
</cb:scope>
|
|
</cb:scope>
|
|
</cb:scope>
|