31 lines
1.7 KiB
XML
Executable File
31 lines
1.7 KiB
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder"
|
|
test_name ="ci_test_each"
|
|
test_description ="Test continuous integration from one p4 server to another integrating a filespec per valid changelist"
|
|
subproject ="$(test_name)"
|
|
executable ="ruby.exe"
|
|
tools_folder ="lib\util\perforce"
|
|
tools_script_name ="p4_integrate.rb"
|
|
tools_ci_folder ="etc/CruiseControl/toolstester/ci_test/..."
|
|
tools_script_args ="--source_port=$(gamep4port)
|
|
--source_client=$(gamep4client)
|
|
--source_user=$(gamep4user)
|
|
--source_path=//depot/$(game)/tools/$(tools_ci_folder)
|
|
--filter=*.html,*dont_integrate_me*
|
|
--target_port=$(ragep4port)
|
|
--target_client=$(ragep4client)
|
|
--target_user=$(ragep4user)
|
|
--target_path=//rage/$(game)/$(toolsbranch)/rage/framework/tools/$(tools_ci_folder)
|
|
--autosubmit
|
|
--each_changelist
|
|
//depot/gta5/tools/etc/CruiseControl/toolstester/ci_test/..."
|
|
|
|
tools_script_path ="$(drive)\$(game)\tools\$(tools_folder)\$(tools_script_name)"
|
|
projectname ="$(projectname_base)_$(subproject)_(tools release)"
|
|
projectname_dev ="$(projectname)$(dev_blanking_underbar)"
|
|
webURL ="http://$(dashboard)/ccnet/server/$(COMPUTERNAME)/project/$(projectname_dev)/ViewProjectReport.aspx"
|
|
artifacts_dir ="$(artifacts_root_dir)\$(projectname_dev)"
|
|
>
|
|
<cb:include href="$(game_include_dir)\$(function)\$(function)_project.xml"/>
|
|
</cb:scope>
|
|
|