From b9ecdcd30d5679056dcd1d74045d3b10c253e02d Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Tue, 27 Mar 2018 12:22:38 -0700 Subject: Enable Linux arm32 GCStress jobs Non-PR jobs (cron and push) are disabled for now. --- tests/runtest.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests/runtest.sh') diff --git a/tests/runtest.sh b/tests/runtest.sh index d0eea533d8..5f94facf86 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -1333,11 +1333,8 @@ if [ "$ARCH" == "x64" ] then scriptPath=$(dirname $0) ${scriptPath}/setup-stress-dependencies.sh --outputDir=$coreOverlayDir -else - if [ "$ARCH" != "arm64" ] - then - echo "Skip preparing for GC stress test. Dependent package is not supported on this architecture." - fi +elif [ "$ARCH" != "arm64" ] && [ "$ARCH" != "arm" ]; then + echo "Skip preparing for GC stress test. Dependent package is not supported on this architecture." fi export __TestEnv=$testEnv -- cgit v1.2.3