Skip to content

Commit

Permalink
Tests parallelism is set to 8 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-po committed Jan 8, 2024
1 parent 59321c1 commit fb119fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
type: string
parallelism:
type: integer
default: 3
default: 8
environment:
<<: *environment
DB: postgres
Expand All @@ -101,7 +101,7 @@ jobs:
type: string
parallelism:
type: integer
default: 3
default: 8
environment:
<<: *environment
DB: mysql
Expand Down Expand Up @@ -149,7 +149,6 @@ workflows:
save_cache_key: spree-dashboard-bundle-v10-ruby-3-2-{{ checksum "Gemfile.lock" }}
- tests_postgres:
name: tests_ruby_3_2_rails_7_1_postgres
parallelism: 8
rails_version: '~> 7.1.0'
ruby_image: cimg/ruby:3.2.0-browsers
redis_image: circleci/redis:6.2-alpine
Expand All @@ -160,7 +159,6 @@ workflows:
- bundle_ruby_3_2
- tests_postgres:
name: tests_ruby_3_0_rails_7_0_postgres
parallelism: 8
rails_version: '~> 7.0.0'
ruby_image: circleci/ruby:3.0-node-browsers
redis_image: circleci/redis:6.2-alpine
Expand Down

0 comments on commit fb119fc

Please sign in to comment.