Skip to content

Commit

Permalink
Increase build parallelism in CircleCI (#21)
Browse files Browse the repository at this point in the history
Open source projects get 4 free containers, so we can run more jobs at
once to shorten overall build time.
  • Loading branch information
mattbrictson committed Jun 24, 2019
1 parent 0f5bf40 commit eb7d4d9
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .circleci/config.yml
Expand Up @@ -103,25 +103,15 @@ workflows:
- master
- rubocop
- test_unit
- test_docker:
requires:
- rubocop
- test_unit
- test_e2e:
requires:
- test_docker
- test_docker
- test_e2e
cron-workflow:
jobs:
- mkdocs_build
- rubocop
- test_unit
- test_docker:
requires:
- rubocop
- test_unit
- test_e2e:
requires:
- test_docker
- test_docker
- test_e2e
triggers:
- schedule:
cron: "0 13 * * 6"
Expand Down

0 comments on commit eb7d4d9

Please sign in to comment.