Skip to content

Commit 96ff17b

Browse files
committed
ci: reduce bazel test shards for browser builder test
Reduce the number of test shards for the browser builder from 50 to 10. 50 is more than needed and can cause excessive resource usage.
1 parent 956e7ea commit 96ff17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ LARGE_SPECS = {
352352
},
353353
"ng-packagr": {},
354354
"browser": {
355-
"shards": 50,
355+
"shards": 10,
356356
"size": "large",
357357
"flaky": True,
358358
"extra_deps": [

0 commit comments

Comments
 (0)