Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2018-01-31 17:41:41 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-01-31 17:41:41 +0300
commitfe9b82fec58f1dc5cf98d7c942d562fc389c3ab0 (patch)
tree97c2d7681af427a2d70f5841f37d2770a9cf6fe6 /scripts/ci/run-test-interpreter.sh
parent28b1a7a79e6f366cb0a2bf95ec72ce1dbc79c71e (diff)
[ci] update ARM label for ignored interpreter tests (#6738)
image got upgraded for interpreter lanes too
Diffstat (limited to 'scripts/ci/run-test-interpreter.sh')
-rwxr-xr-xscripts/ci/run-test-interpreter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/run-test-interpreter.sh b/scripts/ci/run-test-interpreter.sh
index ed34efb51d6..5388eaf38fa 100755
--- a/scripts/ci/run-test-interpreter.sh
+++ b/scripts/ci/run-test-interpreter.sh
@@ -8,5 +8,5 @@ ${TESTCMD} --label=interpreter-regression --timeout=10m make -C mono/mini richec
${TESTCMD} --label=compile-runtime-tests --timeout=40m make -w -C mono/tests -j4 tests
${TESTCMD} --label=runtime-interp --timeout=160m make -w -C mono/tests -k testinterp V=1 CI=1 CI_PR=${ghprbPullId}
${TESTCMD} --label=corlib --timeout=160m make -w -C mcs/class/corlib run-test V=1
-if [[ ${label} != 'debian-8-armhf' ]]; then ${TESTCMD} --label=mcs-tests --timeout=160m make -w -C mcs/tests run-test V=1; fi
+if [[ ${label} != 'debian-9-armhf' ]]; then ${TESTCMD} --label=mcs-tests --timeout=160m make -w -C mcs/tests run-test V=1; fi
${TESTCMD} --label=Mono.Debugger.Soft --timeout=5m make -w -C mcs/class/Mono.Debugger.Soft run-test V=1