Adopt subshard naming convention in build_tests (#75179)
This commit is contained in:
parent
51dd5bf1f7
commit
d59359f197
@ -435,7 +435,10 @@ Future<void> _runBuildTests() async {
|
|||||||
],
|
],
|
||||||
]..shuffle(math.Random(0));
|
]..shuffle(math.Random(0));
|
||||||
|
|
||||||
await _selectIndexedSubshard(tests, kBuildTestShardCount);
|
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 {
|
Future<void> _runExampleProjectBuildTests(FileSystemEntity exampleDirectory) async {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user