[ci] run mcs tests on mcs lane
authorMarek Safar <marek.safar@gmail.com>
Thu, 26 Jan 2017 02:47:40 +0000 (21:47 -0500)
committerMarek Safar <marek.safar@gmail.com>
Thu, 26 Jan 2017 02:48:51 +0000 (21:48 -0500)
scripts/ci/run-jenkins.sh
scripts/ci/run-test-mcs.sh [new file with mode: 0644]

index 0a3c4d0d8e54be80422cf38e32d25c7a8046deac..6aecd45ad20578f7adb42116ddd3d32b263b7d90 100755 (executable)
@@ -80,6 +80,9 @@ elif [[ ${CI_TAGS} == *'profiler-stress-tests'* ]];
 elif [[ ${CI_TAGS} == *'interpreter'* ]];
     then
     $(dirname "${BASH_SOURCE[0]}")/run-test-interpreter.sh
+elif [[ ${CI_TAGS} == *'mcs-compiler'* ]];
+    then
+    $(dirname "${BASH_SOURCE[0]}")/run-test-mcs.sh
 elif [[ ${CI_TAGS} == *'no-tests'* ]];
     then
        exit 0
diff --git a/scripts/ci/run-test-mcs.sh b/scripts/ci/run-test-mcs.sh
new file mode 100644 (file)
index 0000000..a7fd307
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash -e
+
+${TESTCMD} --label=mcs-tests --timeout=30m make -w -C mcs/tests run-test
+${TESTCMD} --label=mcs-errors --timeout=10m make -w -C mcs/errors run-test