common/diamonds/sf-run-analysis.xml.ftl
author MattD <mattd@symbian.org>
Wed, 12 Aug 2009 10:24:42 +0100
changeset 312 97c01977a87b
parent 252 f7fc039dd3a3
child 364 4dc3b5b1577c
permissions -rw-r--r--
source syncing ftl - Added 'sf.spec.sourcesync.archive' preference to do 'hg archive' instead of 'hg sync'. If set and the repo sync is s'posed to be synced by tag it still does the slower clone+update behaviour.

<?xml version="1.0" encoding="utf-8"?>

<diamonds-build>
  <schema>10</schema>
  
<#assign raptor_count=0/>
<#list raptor_summary as raptor_item>
<#assign raptor_count=raptor_count+1 />
</#list>

  <faults>
    <total severity="error">${ant['sf.job.totalyarperrors']}</total>
    <total severity="warning">0</total>
    <total severity="warning_rvct_bad">${raptor_count}</total>
    <total severity="warning_rvct_other">0</total>
    <total severity="codescanner_high">0</total>
    <total severity="codescanner_medium">0</total>
    <total severity="codescanner_low">0</total>
  </faults>
  
  <files>
    <#list files as f>
    <file>
      <type>log</type>
      <name>${f.name}</name>
      <url>file:///${f.path}</url>
    </file>
    </#list>
    <file>
      <type>log</type>
      <name>Raptor summary</name>
      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv</url>
    </file>
  </files>
  
</diamonds-build>