buildframework/helium/tests/minibuilds/compile/build.xml
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
child 587 85df38eb4012
equal deleted inserted replaced
181:59bb7c4d6172 217:0f5e3a7fb6af
    33 	<property name="major.version" value="0" />
    33 	<property name="major.version" value="0" />
    34 	<property name="minor.version" value="0" />
    34 	<property name="minor.version" value="0" />
    35 	<property name="publish.root.dir" location="${build.drive}/release" />
    35 	<property name="publish.root.dir" location="${build.drive}/release" />
    36 
    36 
    37 	<!-- For Grace upload-->
    37 	<!-- For Grace upload-->
    38 	<property name="release.grace.service" value="Test_Helium" />
    38 	<property name="hydra.service" value="Helium" />
    39 	<property name="release.grace.product" value="minibuild_compile" />
    39 	<property name="hydra.product" value="minibuild_compile" />
    40 	<property name="release.label" value="${major.version}.${minor.version}" />
    40 	<property name="release.label" value="${major.version}.${minor.version}" />
    41 
    41 
    42 	<!-- build configuration -->
    42 	<!-- build configuration -->
    43 	<property name="sysdef.configurations.list" value="helium_minibuild_compile" />
    43 	<property name="sysdef.configurations.list" value="helium_minibuild_compile" />
    44 	<path id="system.definition.files">
    44 	<path id="system.definition.files">
   171 print "Old subdir: %s" % old
   171 print "Old subdir: %s" % old
   172 print "New subdir: %s" % old
   172 print "New subdir: %s" % old
   173 ]]>
   173 ]]>
   174 		</script>
   174 		</script>
   175 	</target>
   175 	</target>
   176 
       
   177 	<!-- Upload to Grace -->
       
   178 	<target name="minibuild-grace-upload">
       
   179 		<echo message="Uploading files into Grace ${release.grace.dir}" />
       
   180 		<hlm:retry retryCount="${grace.upload.retryCount}" sleepTime="1000">
       
   181 			<copy file="${build.drive}\output\build_area\engineering_english\ant\sf_app_organizer_clock.zip" tofile="${release.grace.dir}\${build.name}_${major.version}.${minor.version}.${build.id}_sf_app_organizer_clock.zip" />
       
   182 		</hlm:retry>
       
   183 		<antcall target="release-grace-content">
       
   184 			<param name="release-grace-content" value="${cache.dir}" />
       
   185 		</antcall>
       
   186 	</target>
       
   187 
       
   188 
   176 
   189 	<!-- Check that the XML data returned from Diamonds via the REST interface
   177 	<!-- Check that the XML data returned from Diamonds via the REST interface
   190     is the same as what is sent. 
   178     is the same as what is sent. 
   191         
   179         
   192     Currently there are some differences between the formats so some edits to the
   180     Currently there are some differences between the formats so some edits to the