common/diamonds/sf-run-analysis.xml.ftl
author MattD <mattd@symbian.org>
Wed, 12 Aug 2009 18:04:33 +0100
changeset 350 1e8f54745323
parent 252 f7fc039dd3a3
child 364 4dc3b5b1577c
permissions -rw-r--r--
sf-postbuild - running analysis in parallel with evalid and post-build zipping.

<?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>