Index: buildbot/osuosl/master/config/builders.py =================================================================== --- buildbot/osuosl/master/config/builders.py +++ buildbot/osuosl/master/config/builders.py @@ -311,7 +311,7 @@ checkout_lld=False, test=True, useTwoStage=False, - runTestSuite=True, + runTestSuite=False, testsuite_flags=[ '--cppflags', '-mcpu=cortex-a15 -marm -O0 -mllvm -global-isel -mllvm -global-isel-abort=0', '--threads=32', '--build-threads=32'], @@ -382,7 +382,7 @@ checkout_lld=False, test=True, useTwoStage=False, - runTestSuite=True, + runTestSuite=False, testsuite_flags=[ '--cppflags', '-O0', '--threads=32', '--build-threads=32'],