# HG changeset patch # User Dario Sestito # Date 1247676532 -3600 # Node ID 02e483ad6786ce8b672b4a72c10d7285b475e9b5 # Parent f7fc039dd3a3e2ae01b1693eb605cd3505b146f3# Parent 61a7c7fafc30f8ecf1df2d1a1aa83bbe94f86070 Merge diff -r 61a7c7fafc30 -r 02e483ad6786 common/build.xml --- a/common/build.xml Wed Jul 15 16:01:01 2009 +0100 +++ b/common/build.xml Wed Jul 15 17:48:52 2009 +0100 @@ -764,6 +764,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -798,34 +854,12 @@ ant: antProperties() + raptor_summary: csv(${build.log.dir}/raptorbits/summary.csv,{separator:',',headers:[category,subcategory,severity,component,phase,recipe,file,line]}) files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) - - - - - - - - - - - - - - - - - - - - - - - - - + + diff -r 61a7c7fafc30 -r 02e483ad6786 common/diamonds/sf-run-analysis.xml.ftl --- a/common/diamonds/sf-run-analysis.xml.ftl Wed Jul 15 16:01:01 2009 +0100 +++ b/common/diamonds/sf-run-analysis.xml.ftl Wed Jul 15 17:48:52 2009 +0100 @@ -1,11 +1,17 @@ + 10 + +<#assign raptor_count=0/> +<#list raptor_summary as raptor_item> +<#assign raptor_count=raptor_count+1 /> + ${ant['sf.job.totalyarperrors']} 0 - 0 + ${raptor_count} 0 0 0 @@ -20,6 +26,11 @@ file:///${f.path} + + log + Raptor summary + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\logs\raptorbits\summary.csv + \ No newline at end of file