Skip to content

Commit

Permalink
Merge pull request #1132 from FactomProject/PaulSnow-patch-1
Browse files Browse the repository at this point in the history
Lower circleci parallelism
  • Loading branch information
PaulBernier authored Nov 19, 2021
2 parents 4dd058f + 9d0db7a commit c3cfccd
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 82 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
docker:
- image: circleci/golang:1.14

parallelism: 5
parallelism: 2

steps:
- attach_workspace:
Expand All @@ -55,7 +55,7 @@ jobs:
docker:
- image: circleci/golang:1.14

parallelism: 5
parallelism: 2

steps:
- attach_workspace:
Expand Down Expand Up @@ -402,4 +402,4 @@ workflows:
- docker_build:
context: org-global
requires:
- test_full
- test_full
Loading

0 comments on commit c3cfccd

Please sign in to comment.