diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 5664b978800b..522a9f4121bb 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -1772,7 +1772,24 @@ }, "steps": [ { - "name": "build dart", + "name": "build dart - step 1 - gen-snapshot - divided to avoid timeout", + "script": "tools/build.py", + "arguments": [ + "--no-clang", + "gen_snapshot" + ] + }, + { + "name": "build dart - step 2 - runtime/bin:dart - divided to avoid timeout", + "script": "tools/build.py", + "arguments": [ + "--no-clang", + "runtime/bin:dart", + "runtime/bin:run_vm_tests" + ] + }, + { + "name": "build dart - step 3 - runtime - divided to avoid timeout", "script": "tools/build.py", "arguments": [ "--no-clang",