Skip to content

Commit 4ba0b25

Browse files
committed
Promote the --local_test_jobs flag from user.bazelrc to .bazelrc
(cherry picked from commit bed5497)
1 parent cc76587 commit 4ba0b25

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build --incompatible_strict_action_env
2+
build --local_test_jobs=1
23

34
build:buildbuddy --bes_results_url=https://app.buildbuddy.io/invocation/
45
build:buildbuddy --bes_backend=grpcs://cloud.buildbuddy.io

user-template.bazelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ build --//:elixir_home=/Users/rabbitmq/.kiex/elixirs/elixir-1.12.0/lib/elixir
77
# adding "--spawn_strategy=local" to the invocation is a workaround
88
build --spawn_strategy=local
99

10-
# run one test at a time on the local machine
11-
build --test_strategy=exclusive
12-
1310
# don't re-run flakes automatically on the local machine
1411
build --flaky_test_attempts=1
1512

0 commit comments

Comments
 (0)