Skip to content

Commit

Permalink
ci: reduce bazel test shards for browser builder test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
clydin committed Aug 3, 2023
1 parent 956e7ea commit 96ff17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ LARGE_SPECS = {
},
"ng-packagr": {},
"browser": {
"shards": 50,
"shards": 10,
"size": "large",
"flaky": True,
"extra_deps": [
Expand Down

0 comments on commit 96ff17b

Please sign in to comment.