equal
deleted
inserted
replaced
382 </sequential> |
382 </sequential> |
383 </for> |
383 </for> |
384 |
384 |
385 <!-- Cook the processed raptor logs to produce something in the right format for the BRAG system --> |
385 <!-- Cook the processed raptor logs to produce something in the right format for the BRAG system --> |
386 <mkdir dir="${build.log.dir}/summary/"/> |
386 <mkdir dir="${build.log.dir}/summary/"/> |
387 <exec executable="perl" output="${build.log.dir}/summary/sbs_BRAG.xml" logError="yes" failonerror="false"> |
387 <!-- exec executable="perl" output="${build.log.dir}/summary/sbs_BRAG.xml" logError="yes" failonerror="false"> |
388 <arg value="${sf.common.config.dir}/tools/brag/sbsToBRAG.pl"/> |
388 <arg value="${sf.common.config.dir}/tools/brag/sbsToBRAG.pl"/> |
389 <arg value="${build.log.dir}/analysis/*_compile_preprocessed.log"/> |
389 <arg value="${build.log.dir}/analysis/*_compile_preprocessed.log"/> |
390 </exec> |
390 </exec --> |
391 |
391 |
392 <echo message="Extracting whatlog information from *whatlog*_compile_preprocessed.log files"/> |
392 <echo message="Extracting whatlog information from *whatlog*_compile_preprocessed.log files"/> |
393 <apply executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_whatlog.log" parallel="true"> |
393 <apply executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" output="${build.log.dir}/analysis/${build.id}_whatlog.log" parallel="true"> |
394 <arg value="releaseables.pl"/> |
394 <arg value="releaseables.pl"/> |
395 <arg value="--basedir=${build.log.dir}"/> |
395 <arg value="--basedir=${build.log.dir}"/> |
457 </sequential> |
457 </sequential> |
458 </for> |
458 </for> |
459 |
459 |
460 <!-- Cook the yarp analysis further to produce something in the right format for the BRAG system --> |
460 <!-- Cook the yarp analysis further to produce something in the right format for the BRAG system --> |
461 <mkdir dir="${build.log.dir}/summary/"/> |
461 <mkdir dir="${build.log.dir}/summary/"/> |
462 <exec executable="perl" output="${build.log.dir}/summary/Yarp_BRAG.xml" logError="yes"> |
462 <!-- exec executable="perl" output="${build.log.dir}/summary/Yarp_BRAG.xml" logError="yes"> |
463 <arg value="${sf.common.config.dir}/tools/brag/yarpToBRAG.pl"/> |
463 <arg value="${sf.common.config.dir}/tools/brag/yarpToBRAG.pl"/> |
464 <arg value="${build.log.dir}/analysis/*_yarp.csv"/> |
464 <arg value="${build.log.dir}/analysis/*_yarp.csv"/> |
465 </exec> |
465 </exec --> |
466 |
466 |
467 <exec executable="perl" dir="${build.drive}" failonerror="false" outputproperty="sf.job.totalyarperrors"> |
467 <exec executable="perl" dir="${build.drive}" failonerror="false" outputproperty="sf.job.totalyarperrors"> |
468 <arg value="${sf.common.config.dir}/tools/analysis/parse_yarp_files.pl"/> |
468 <arg value="${sf.common.config.dir}/tools/analysis/parse_yarp_files.pl"/> |
469 <arg value="${build.drive}/output/logs/analysis/tmp_yarp_files.csv"/> |
469 <arg value="${build.drive}/output/logs/analysis/tmp_yarp_files.csv"/> |
470 </exec> |
470 </exec> |