common/diamonds/sf-run-analysis.xml.ftl
author Simon Howkins <simonh@symbian.org>
Fri, 16 Oct 2009 15:11:28 +0100
changeset 680 81550e87fc91
parent 626 22bb9a334b13
permissions -rw-r--r--
Moved the generation of the release metadata entry for the MD5 zip outside of the parallel section, so it can't co-incide with the zipping of the binaries. Ensured that any errors generated when merging log files are not just hidden by putting them in the output file (which will render it not well-formed XML).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
199
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
252
f7fc039dd3a3 Raptor error analysis to be published to Diamonds
Dario Sestito <darios@symbian.org>
parents: 199
diff changeset
     2
199
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     3
<diamonds-build>
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
  <schema>10</schema>
252
f7fc039dd3a3 Raptor error analysis to be published to Diamonds
Dario Sestito <darios@symbian.org>
parents: 199
diff changeset
     5
  
364
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
     6
<#assign raptor_errors=0/>
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
     7
<#assign raptor_warnings=0/>
252
f7fc039dd3a3 Raptor error analysis to be published to Diamonds
Dario Sestito <darios@symbian.org>
parents: 199
diff changeset
     8
<#list raptor_summary as raptor_item>
364
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
     9
<#if raptor_item.category = "raptor_error">
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
    10
  <#assign raptor_errors=raptor_errors+1 />
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
    11
<#elseif raptor_item.category = "raptor_warning">
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
    12
  <#assign raptor_warnings=raptor_warnings+1 />
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
    13
</#if>
252
f7fc039dd3a3 Raptor error analysis to be published to Diamonds
Dario Sestito <darios@symbian.org>
parents: 199
diff changeset
    14
</#list>
199
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  <faults>
364
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
    17
    <total severity="Raptor Errors">${raptor_errors}</total>
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
    18
    <total severity="Raptor Warnings">${raptor_warnings}</total>
4dc3b5b1577c Enable analysis of Raptor warnings. Publish to Diamonds
Dario Sestito <darios@symbian.org>
parents: 252
diff changeset
    19
    <total severity="Recipes Failed">${ant['sf.job.totalyarperrors']}</total>
199
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  </faults>
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
  
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
  <files>
626
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    23
    <file>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    24
      <type>log</type>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    25
      <name>BRAG Summary</name>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    26
      <url>file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml</url>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    27
    </file>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    28
    <file>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    29
      <type>log</type>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    30
      <name>Raptor summary</name>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    31
      <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>
22bb9a334b13 Make sure the BRAG xml and xsl files are sent to bishare in an unzipped way to allow access from link in Diamonds.
Arnaud Lenoir
parents: 600
diff changeset
    32
    </file>
199
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
    <#list files as f>
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
    <file>
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
      <type>log</type>
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
      <name>${f.name}</name>
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
      <url>file:///${f.path}</url>
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
    </file>
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
    </#list>
600
01511de51fcd Add link in Diamonds to read the BAG status from _brag.xml.
Arnaud Lenoir
parents: 366
diff changeset
    40
   </files>
199
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  
7bcb8b1ad9a6 Add missing files for yarp publishing to diamonds
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
</diamonds-build>