# HG changeset patch # User Dario Sestito # Date 1255970497 -3600 # Node ID 1eaeee12c3d1df066e4f1f9b956cd30bc4dea683 # Parent 260b05585dc3e9e8f974bd0d9bfcf569e8a5910f Send to Diamonds only 3 links: brag, build bom, build logs diff -r 260b05585dc3 -r 1eaeee12c3d1 common/build.postbuild.xml --- a/common/build.postbuild.xml Mon Oct 19 13:21:41 2009 +0100 +++ b/common/build.postbuild.xml Mon Oct 19 17:41:37 2009 +0100 @@ -69,12 +69,15 @@ - - - + + + + + + @@ -498,11 +501,18 @@ - + ant: antProperties() raptor_summary: csv(${build.log.dir}/raptorbits/summary.csv,{separator:',',headers:[category,subcategory,severity,config,component,phase,recipe,file,line]}) - files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) + + + + + + + + ant: antProperties() @@ -513,9 +523,9 @@ - + - + @@ -778,10 +788,15 @@ - + + + + + + diff -r 260b05585dc3 -r 1eaeee12c3d1 common/diamonds/config.xml.ftl --- a/common/diamonds/config.xml.ftl Mon Oct 19 13:21:41 2009 +0100 +++ b/common/diamonds/config.xml.ftl Mon Oct 19 17:41:37 2009 +0100 @@ -42,7 +42,7 @@ - + @@ -73,7 +73,7 @@ - + \ No newline at end of file diff -r 260b05585dc3 -r 1eaeee12c3d1 common/diamonds/linksForDiamonds.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/diamonds/linksForDiamonds.xml.ftl Mon Oct 19 17:41:37 2009 +0100 @@ -0,0 +1,21 @@ + + + 14 + + + log + BRAG Summary + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml + + + log + Build BOM + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_BOM.zip + + + log + Build Logs + file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\build_logs.zip + + + \ No newline at end of file diff -r 260b05585dc3 -r 1eaeee12c3d1 common/diamonds/sf-run-analysis-diamonds.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/diamonds/sf-run-analysis-diamonds.xml.ftl Mon Oct 19 17:41:37 2009 +0100 @@ -0,0 +1,21 @@ + + + + 14 + +<#assign raptor_errors=0/> +<#assign raptor_warnings=0/> +<#list raptor_summary as raptor_item> +<#if raptor_item.category = "raptor_error"> + <#assign raptor_errors=raptor_errors+1 /> +<#elseif raptor_item.category = "raptor_warning"> + <#assign raptor_warnings=raptor_warnings+1 /> + + + + + ${raptor_errors} + ${raptor_warnings} + ${ant['sf.job.totalyarperrors']} + + \ No newline at end of file diff -r 260b05585dc3 -r 1eaeee12c3d1 common/diamonds/sf-run-analysis.xml.ftl --- a/common/diamonds/sf-run-analysis.xml.ftl Mon Oct 19 13:21:41 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,42 +0,0 @@ - - - - 10 - -<#assign raptor_errors=0/> -<#assign raptor_warnings=0/> -<#list raptor_summary as raptor_item> -<#if raptor_item.category = "raptor_error"> - <#assign raptor_errors=raptor_errors+1 /> -<#elseif raptor_item.category = "raptor_warning"> - <#assign raptor_warnings=raptor_warnings+1 /> - - - - - ${raptor_errors} - ${raptor_warnings} - ${ant['sf.job.totalyarperrors']} - - - - - log - BRAG Summary - file:///${ant['sf.spec.publish.networkdrive']}\${ant['sf.spec.job.name']}\builds\${ant['sf.spec.job.codeline']}\${ant['build.id']}\summary\_brag.xml - - - 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 - - <#list files as f> - - log - ${f.name} - file:///${f.path} - - - - - \ No newline at end of file