Skip to content

Commit 52a5282

Browse files
aamCommit Queue
authored andcommitted
[infra] Split build steps for aot-win-{debug,release}-arm64 to avoid timeouts.
Number of targets per splits are 982/800/1829. Example of failing build https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/vm-aot-win-debug-arm64/1084 Change-Id: I59ee16768c30ad4b5940cb745d92dcd874a0bbf2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406040 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Alexander Aprelev <[email protected]>
1 parent 4312e9a commit 52a5282

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

tools/bots/test_matrix.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,12 +1823,26 @@
18231823
},
18241824
"steps": [
18251825
{
1826-
"name": "build dart",
1826+
"name": "build dart - step 1 - gen-snapshot - divided to avoid timeout",
1827+
"script": "tools/build.py",
1828+
"arguments": [
1829+
"--no-clang",
1830+
"gen_snapshot"
1831+
]
1832+
},
1833+
{
1834+
"name": "build dart - step 2 - runtime - divided to avoid timeout",
1835+
"script": "tools/build.py",
1836+
"arguments": [
1837+
"--no-clang",
1838+
"dartaotruntime"
1839+
]
1840+
},
1841+
{
1842+
"name": "build dart - step 3 - runtime/bin:dart - divided to avoid timeout",
18271843
"script": "tools/build.py",
18281844
"arguments": [
18291845
"--no-clang",
1830-
"dartaotruntime",
1831-
"gen_snapshot",
18321846
"runtime"
18331847
]
18341848
},

0 commit comments

Comments
 (0)