Skip to content

Commit

Permalink
[infra] Split build steps for vm-win-{debug,release}-arm64 to avoid t…
Browse files Browse the repository at this point in the history
…imeouts.

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]>
  • Loading branch information
rmacnak-google authored and Commit Queue committed Jan 21, 2025
1 parent 6ce66e0 commit c3dd74b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c3dd74b

Please sign in to comment.