[ARVADOS-DEV] updated: 8561679d3420531c237c67add8415fa0212af1ec

git at public.curoverse.com git at public.curoverse.com
Wed May 20 11:43:45 EDT 2015


Summary of changes:
 jenkins/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8561679d3420531c237c67add8415fa0212af1ec (commit)
      from  0f3a97b13fb0003628df80e180cb3a2b945cd574 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8561679d3420531c237c67add8415fa0212af1ec
Author: Nico Cesar <nico at nicocesar.com>
Date:   Wed May 20 11:43:31 2015 -0400

    added create plot data script to exit_cleanly()

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 375c4e0..39e01de 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -135,6 +135,7 @@ report_outcomes() {
 
 exit_cleanly() {
     trap - INT
+    ./create-plot-data-from-log.sh $BUILD_NUMBER "$WORKSPACE/apps/workbench/log/test.log" "$WORKSPACE/apps/workbench/log/"
     rotate_logfile "$WORKSPACE/apps/workbench/log/" "test.log"
     stop_services
     rotate_logfile "$WORKSPACE/services/api/log/" "test.log"
@@ -190,7 +191,6 @@ rotate_logfile() {
   if [[ -f "$1/$2" ]]; then
     THEDATE=`date +%Y%m%d%H%M%S`
     mv "$1/$2" "$1/$THEDATE-$BUILD_NUMBER-$2"
-    ./create-plot-data-from-log.sh $BUILD_NUMBER "$1/$THEDATE-$BUILD_NUMBER-$2" "$1"
     gzip "$1/$THEDATE-$BUILD_NUMBER-$2"
   fi
 }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list