--- a/common/common_props.ant.xml Tue Jan 12 11:46:00 2010 +0000
+++ b/common/common_props.ant.xml Fri Jan 15 09:46:07 2010 +0000
@@ -110,6 +110,9 @@
<property name="sf.spec.bccheck.current.s60.version" value="5.1"/>
<property name="sf.spec.bccheck.reportid" value="report"/>
<property name="sf.spec.bccheck.package.name" value="${env.COMPUTERNAME}-bctest-${sf.spec.job.name}_${sf.spec.job.codeline}.${sf.spec.job.number}.zip"/>
+
+ <!-- Smoketest properties -->
+ <property name="sf.spec.smoketest.enable" value="true"/> <!-- This disables publishing Smoke Test Report -->
</project>
--- a/common/diamonds/linksForDiamonds.xml.ftl Tue Jan 12 11:46:00 2010 +0000
+++ b/common/diamonds/linksForDiamonds.xml.ftl Fri Jan 15 09:46:07 2010 +0000
@@ -22,11 +22,13 @@
<name>Build Logs</name>
<url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip</url>
</file>
- <file>
- <type>log</type>
- <name>Smoke Test Report</name>
- <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\ATS3Report.html</url>
- </file>
+ <#if "${ant['sf.spec.smoketest.enable']}" = "true">
+ <file>
+ <type>log</type>
+ <name>Smoke Test Report</name>
+ <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\ats_reports\ATS3Report.html</url>
+ </file>
+ </#if>
<#if "${ant['sf.spec.bccheck.enable']}" = "true" && "${ant['sf.spec.bccheck.enable.ha']}" = "true">
<file>
<type>log</type>
--- a/sf-package/package_props.ant.xml Tue Jan 12 11:46:00 2010 +0000
+++ b/sf-package/package_props.ant.xml Fri Jan 15 09:46:07 2010 +0000
@@ -28,6 +28,8 @@
<property name="sf.spec.sbs.numberofjobs" value="2"/>
<property name="sf.spec.logs.raptorfilter.enable" value="false"/>
+
+ <property name="sf.spec.smoketest.enable" value="false"/> <!-- This disables publishing Smoke Test Report -->
</project>