Skip to content

Commit

Permalink
Limit # jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Aug 4, 2023
1 parent aa326c8 commit 068812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python3 -m pip install -r requirements-dev.txt
- run:
name: "build"
command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/spu_build_cache
command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/spu_build_cache --job=16
- run:
name: "test"
command: |
Expand Down

0 comments on commit 068812e

Please sign in to comment.