Skip to content

Commit 33285ff

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. (cherry picked from commit 96ff17b)
1 parent 685ba1a commit 33285ff

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)