buildframework/helium/tests/minibuilds/ats/build.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    24     <property environment="env"/>
    24     <property environment="env"/>
    25     <import file="../site/${env.TEAM}.ant.xml" />
    25     <import file="../site/${env.TEAM}.ant.xml" />
    26 
    26 
    27     <!-- Enable Helium internal assertion checking. -->
    27     <!-- Enable Helium internal assertion checking. -->
    28     <property name="hlm.enable.asserts" value="1" />
    28     <property name="hlm.enable.asserts" value="1" />
    29         
    29     <property name="build.family" value="test" />
    30     <property name="build.name" value="minibuild_ats" />
    30     <property name="build.name" value="minibuild_ats" />
    31     <property name="major.version" value="0" />
    31     <property name="major.version" value="0" />
    32     <property name="minor.version" value="0" />
    32     <property name="minor.version" value="0" />
    33     <property name="build.drive" value="z:" />
    33     <property name="build.drive" value="z:" />
    34     
    34     <property name="build.id" value="${build.name}_${build.version}"/>
       
    35     <property name="diamonds.host" value="diamonds.nmp.nokia.com"/>
       
    36     <property name="diamonds.port" value="8080"/>
       
    37     <property name="diamonds.path" value="/diamonds/builds/"/>
    35     
    38     
    36     <property name="enabled.ats" value="1" />
    39     <property name="enabled.ats" value="1" />
    37 
    40 
    38 	<property name="skip.ats.sending" value="1"/>
    41 	<property name="skip.ats.sending" value="1"/>
    39 		<property name="ats.image.type" value="variant" />
    42 		<property name="ats.image.type" value="variant" />
    46 		<property name="ats.product.hwid" value="" />
    49 		<property name="ats.product.hwid" value="" />
    47 		<property name="ats.testrun.name" value="${build.id}_${ats.product.name}_${core.build.version}" />
    50 		<property name="ats.testrun.name" value="${build.id}_${ats.product.name}_${core.build.version}" />
    48 		<property name="ats.test.timeout" value="60" />
    51 		<property name="ats.test.timeout" value="60" />
    49 		<property name="tsrc.data.dir" value="data_rom" />
    52 		<property name="tsrc.data.dir" value="data_rom" />
    50 		<property name="ats.ctc.enabled" value="True" />
    53 		<property name="ats.ctc.enabled" value="True" />
       
    54 		<property name="ats.ctc.host" value="10.11.3.2" />
    51 		<property name="ats.flashfiles.minlimit" value="2" />
    55 		<property name="ats.flashfiles.minlimit" value="2" />
    52 		
    56 		
    53 		<property name="ta.flag.list" value="TA_M, TA_MU, TA_MMAPPFW,TA_MM"/>
    57 		<property name="ta.flag.list" value="TA_M, TA_MU, TA_MMAPPFW,TA_MM"/>
    54     <property name="ido.build.filter" value="${ta.flag.list},dfs_build"/>
    58     <property name="ido.build.filter" value="${ta.flag.list},dfs_build"/>
    55     <property name="release.images.dir" value="Z:\output\variant_images" />
    59     <property name="release.images.dir" value="Z:\output\variant_images" />
    69 	<property name="zips.ee.spec.name" value="minibuild_archive"/>
    73 	<property name="zips.ee.spec.name" value="minibuild_archive"/>
    70 	
    74 	
    71     <!-- Synergy is not configured -->
    75     <!-- Synergy is not configured -->
    72     <property name="skip.password.validation" value="1"/>
    76     <property name="skip.password.validation" value="1"/>
    73     
    77     
    74     
    78 <echo>
       
    79 DIAMONDS URL: ${diamonds.build.url}
       
    80 DIAMONDS HOST: ${diamonds.host}
       
    81 DIAMONDS BID: ${diamonds.build.id}
       
    82 
       
    83 DIAMONDS ATS TEST PAGE: http://${diamonds.host}${diamonds.build.id}#tab=4
       
    84 </echo>
    75     <import file="${helium.dir}/helium.ant.xml"/>
    85     <import file="${helium.dir}/helium.ant.xml"/>
    76     
    86     
    77     <!-- Run the full sequence of target for the minibuild. ,mini-build-prep,compile-main,zip-ee,mini-build-check-->
    87     <!-- Run the full sequence of target for the minibuild. ,mini-build-prep,compile-main,zip-ee,mini-build-check-->
    78     <target name="minibuild-ats" depends="mini-build-cleanup,mini-build-prep,compile-main,ats-test,ats-aste"/>
    88     <target name="minibuild-ats" depends="mini-build-cleanup,mini-build-prep,compile-main,ats-test,ats-aste"/>
    79     
    89