From: Michal Sojka Date: Fri, 7 Feb 2014 10:37:55 +0000 (+0100) Subject: Generate and update graphs from the cron job X-Git-Tag: fix-allnoconfig~19 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/05d2c72502044e8ab33346264dfaf81ee798be00?ds=sidebyside Generate and update graphs from the cron job --- diff --git a/continuous/cron.sh b/continuous/cron.sh index 14e3d5a..ef5a309 100755 --- a/continuous/cron.sh +++ b/continuous/cron.sh @@ -12,3 +12,5 @@ NOW=$(date +%F_%R:%S) LOG=logs/${NOW}.log make -C steps > $LOG 2>&1 || cat $LOG + +make -C www --silent publish diff --git a/continuous/www/Makefile b/continuous/www/Makefile new file mode 100644 index 0000000..61195a3 --- /dev/null +++ b/continuous/www/Makefile @@ -0,0 +1,7 @@ +all: process + +process: + cat ../logs/* | ./wvperf2html.py > index.html + +publish: process + rsync -r index.html *.json js canperf@rtime.felk.cvut.cz: