Skip to content

Commit

Permalink
Merge pull request kubevirt#2348 from rmohr/bazel-concurrency
Browse files Browse the repository at this point in the history
Limit bazel to a maximum of 4 parallel jobs
  • Loading branch information
rmohr authored Jun 5, 2019
2 parents 304dff0 + 9d462c3 commit ee10b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ cat >.bazelrc <<EOF
startup --host_jvm_args=-Dbazel.DigestFunction=sha256
build --remote_local_fallback
build --remote_http_cache=${BAZEL_CACHE}
build --jobs=4
EOF

# build all images with the basic repeat logic
Expand Down

0 comments on commit ee10b26

Please sign in to comment.