Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Revert parallelism. We have tests that can't handle it
Browse files Browse the repository at this point in the history
  • Loading branch information
mcritchlow committed Jul 11, 2018
1 parent d6effcd commit 4ffc19e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
working_directory: ~/ucsdlib/damspas
parallelism: 3
parallelism: 1
docker:
- image: circleci/ruby:2.3.7-node-browsers
environment:
Expand Down Expand Up @@ -39,13 +39,7 @@ jobs:
command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: bundle exec rake db:setup
- run:
name: Run rspec in parallel
command: |
COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundle exec rspec --profile 10 \
--format RspecJunitFormatter \
--out test_results/rspec.xml \
--format progress \
$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)
# Save test results
name: Run rspec
command: COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN bundle exec rspec
- store_test_results:
path: test_results

0 comments on commit 4ffc19e

Please sign in to comment.