Skip to content

Commit c3dd74b

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[infra] Split build steps for vm-win-{debug,release}-arm64 to avoid timeouts.
Change-Id: I720be4bdb27fe41c76f4d485d9a6d9ce5b7a5357 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404700 Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent 6ce66e0 commit c3dd74b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

tools/bots/test_matrix.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,24 @@
17721772
},
17731773
"steps": [
17741774
{
1775-
"name": "build dart",
1775+
"name": "build dart - step 1 - gen-snapshot - divided to avoid timeout",
1776+
"script": "tools/build.py",
1777+
"arguments": [
1778+
"--no-clang",
1779+
"gen_snapshot"
1780+
]
1781+
},
1782+
{
1783+
"name": "build dart - step 2 - runtime/bin:dart - divided to avoid timeout",
1784+
"script": "tools/build.py",
1785+
"arguments": [
1786+
"--no-clang",
1787+
"runtime/bin:dart",
1788+
"runtime/bin:run_vm_tests"
1789+
]
1790+
},
1791+
{
1792+
"name": "build dart - step 3 - runtime - divided to avoid timeout",
17761793
"script": "tools/build.py",
17771794
"arguments": [
17781795
"--no-clang",

0 commit comments

Comments
 (0)