diff options
| -rw-r--r-- | test/testrunner/target_config.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/testrunner/target_config.py b/test/testrunner/target_config.py index 9d0377510a..2c433af512 100644 --- a/test/testrunner/target_config.py +++ b/test/testrunner/target_config.py @@ -69,7 +69,13 @@ target_config = { } }, 'art-gcstress-gcverify': { - 'run-test': ['--gcstress', + # Don't include --interpreter, because it takes too long to run all + # the tests on the build bot (b/74225325) + 'run-test': ['--interp-ac', + '--jit', + '--optimizing', + '--speed-profile', + '--gcstress', '--gcverify'], 'env' : { 'ART_USE_READ_BARRIER' : 'false', |