# HG changeset patch # User Dario Sestito # Date 1247654444 -3600 # Node ID f7fc039dd3a3e2ae01b1693eb605cd3505b146f3 # Parent f3105028766d82d541b2544c09c2ee26a71607bf Raptor error analysis to be published to Diamonds diff -r f3105028766d -r f7fc039dd3a3 common/build.xml --- a/common/build.xml Mon Jul 13 18:38:01 2009 +0100 +++ b/common/build.xml Wed Jul 15 11:40:44 2009 +0100 @@ -772,12 +772,13 @@ + - + @@ -786,7 +787,7 @@ - + @@ -796,7 +797,7 @@ - + @@ -805,7 +806,7 @@ - + @@ -846,6 +847,7 @@ 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 f3105028766d -r f7fc039dd3a3 common/diamonds/sf-run-analysis.xml.ftl --- a/common/diamonds/sf-run-analysis.xml.ftl Mon Jul 13 18:38:01 2009 +0100 +++ b/common/diamonds/sf-run-analysis.xml.ftl Wed Jul 15 11:40:44 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