Unverified Commit d59359f1 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Adopt subshard naming convention in build_tests (#75179)

parent 51dd5bf1
......@@ -435,7 +435,10 @@ Future<void> _runBuildTests() async {
],
]..shuffle(math.Random(0));
if (!await _runShardRunnerIndexOfTotalSubshard(tests)) {
// TODO(jmagman): Remove fallback once LUCI configs are migrated to d+_d+ subshard format.
await _selectIndexedSubshard(tests, kBuildTestShardCount);
}
}
Future<void> _runExampleProjectBuildTests(FileSystemEntity exampleDirectory) async {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment