Skip to content

Commit

Permalink
ci: reduce resource consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Jan 9, 2024
1 parent 5b388c9 commit 99e06be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: bundle exec ruby spec/knapsack_pro/formatters/time_tracker_specs.rb

integration-regular-rspec:
parallelism: 4
parallelism: 2
working_directory: ~/knapsack_pro-ruby
parameters:
ruby:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
type: string
rspec:
type: string
parallelism: 4
parallelism: 2
working_directory: ~/knapsack_pro-ruby
docker:
- image: cimg/ruby:<< parameters.ruby >>-browsers
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
bundle exec rake "knapsack_pro:queue:rspec[-r turnip/rspec]"
integration-regular-minitest:
parallelism: 4
parallelism: 2
working_directory: ~/knapsack_pro-ruby
parameters:
ruby:
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
parameters:
ruby:
type: string
parallelism: 4
parallelism: 2
working_directory: ~/knapsack_pro-ruby
docker:
- image: cimg/ruby:<< parameters.ruby >>-browsers
Expand Down

0 comments on commit 99e06be

Please sign in to comment.