changeset 600 | 01511de51fcd |
parent 599 | 27e421bea313 |
child 619 | 5a46e24ea747 |
child 627 | 56a1d97e7c73 |
599:27e421bea313 | 600:01511de51fcd |
---|---|
485 ant: antProperties() |
485 ant: antProperties() |
486 raptor_summary: csv(${build.log.dir}/raptorbits/summary.csv,{separator:',',headers:[category,subcategory,severity,config,component,phase,recipe,file,line]}) |
486 raptor_summary: csv(${build.log.dir}/raptorbits/summary.csv,{separator:',',headers:[category,subcategory,severity,config,component,phase,recipe,file,line]}) |
487 files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) |
487 files: csv(${build.drive}/output/logs/analysis/tmp_yarp_files.csv,{separator:',',headers:[name,path,localpath]}) |
488 </data> |
488 </data> |
489 </fmpp> |
489 </fmpp> |
490 <!-- Send the data to the server --> |
|
491 <exec executable="python"> |
|
492 <arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/> |
|
493 <arg value="-s"/> |
|
494 <arg value="${diamonds.host}"/> |
|
495 <arg value="-u"/> |
|
496 <arg value="${diamonds.build.id}"/> |
|
497 <arg value="-f"/> |
|
498 <arg value="${build.log.dir}/sf-run-analysis.xml"/> |
|
499 </exec> |
|
490 </target> |
500 </target> |
491 |
501 |
492 <target name="sf-brag-to-diamonds"> |
502 <target name="sf-brag-to-diamonds"> |
493 <!-- Merge all our bits of XML together --> |
503 <!-- Merge all our bits of XML together --> |
494 <exec executable="perl" output="${build.log.dir}/summary/_BRAG.xml"> |
504 <exec executable="perl" output="${build.log.dir}/summary/_BRAG.xml"> |