Skip to content

Commit c9e8aab

Browse files
alexmarkovCommit Queue
authored andcommitted
[bots] Increase number of shards for vm-aot-android-* bots
Shards on vm-aot-android-debug-arm64c and vm-aot-android-debug-arm_x64 bots have been timing out recently, exceeding 1.5h testing time. It seems like they are making progress, but number of tests is quite large. Increase number of shards from 10 to 16 in order to reduce running time of each shard and avoid timeouts. Change-Id: Id53d2cdf1eaa2606874118153c0f9c822c212daf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/461840 Auto-Submit: Alexander Markov <alexmarkov@google.com> Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
1 parent 0a02666 commit c9e8aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bots/test_matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@
823823
"-j2"
824824
],
825825
"fileset": "vm",
826-
"shards": 10
826+
"shards": 16
827827
}
828828
]
829829
},

0 commit comments

Comments
 (0)