]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Add support for running benchmarks with older kernels
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 6 Feb 2014 15:43:57 +0000 (16:43 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 6 Feb 2014 15:43:57 +0000 (16:43 +0100)
continuous/steps/00-id
continuous/steps/10-clone
continuous/steps/11-patch
continuous/steps/Makefile

index fe78275eefa0c909c0a002516bb6ac16c0aa7e43..e052c428cc3133caff3ecc6acca993bc77aa6826 100755 (executable)
@@ -2,5 +2,4 @@
 
 set -e
 
-echo "! Date: $(date +'%F %R:%S') ok"
-
+echo "! Date: $(date +'%F %R:%S %z') ok"
index 754c3261822a7431ee46ded4d6f82ff1070ddfcb..0cf550c539e5c57e21f4726b8551f5a441d64d54 100755 (executable)
@@ -13,5 +13,3 @@ fi
 cd linux
 git fetch $REPO
 git reset --hard FETCH_HEAD
-
-echo "! Repo $REPO $(git describe) $(git rev-parse HEAD) ok"
index de5d6630285f1b07a2eb926eb0ed312521a79a6c..e3d20beead52e50ded7de75f1fccc61ab940d934 100755 (executable)
@@ -3,4 +3,7 @@
 set -e
 
 cd linux
+
+echo "! Repo $(git config remote.origin.url) $(git describe) $(git rev-parse HEAD) ok"
+
 git am < ../shark-ryu-board-patch.patch
index fd9f9408dc0e02b8db0719189093b67562ec2e13..84b096077b9e6f68f45643e1f750e7844f47d41e 100644 (file)
@@ -1,2 +1,11 @@
 all:
        run-parts -v --exit-on-error .
+
+v%:
+       cd linux && git checkout $@
+       @echo "! Date: $(shell cd linux && git log -1 --format=%ai) ok"
+       ./11-patch
+       ./20-config
+       ./30-compile
+       ./40-run-tests
+       touch $@