31 lines
1.1 KiB
XML
Executable File
31 lines
1.1 KiB
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
<cb:include href="$(RS_TOOLSCONFIG)\CruiseControl\cutstester\cutstester_base_defs.xml"/>
|
|
|
|
<cb:scope platform ="ps3"
|
|
platform_short ="ps3"
|
|
ip ="$(cutstester_ip_ps3)"
|
|
ip_log_file ="$(cutstester_ip_log_file_ps3)"
|
|
publishers_file ="$(game_include_dir)\$(function)\$(function)_publishers$(dev_blanking_underbar).xml"
|
|
errorsarenotfail = ""
|
|
build_name = "psn_bankrelease"
|
|
queue_priority ="4"
|
|
level ="$(main_level)">
|
|
|
|
|
|
<cb:scope smoke_duration="1800" max_run_time="2200">
|
|
<cb:scope cs="0" ce="10">
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_one_level_smokes.xml"/>
|
|
</cb:scope>
|
|
|
|
<cb:scope cs="11" ce="20">
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_one_level_smokes.xml"/>
|
|
</cb:scope>
|
|
|
|
<cb:scope cs="21" ce="30">
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_one_level_smokes.xml"/>
|
|
</cb:scope>
|
|
</cb:scope>
|
|
|
|
</cb:scope>
|
|
</cb:scope>
|