Skip to content

Commit c3cfccd

Browse files
authored
Merge pull request #1132 from FactomProject/PaulSnow-patch-1
Lower circleci parallelism
2 parents 4dd058f + 9d0db7a commit c3cfccd

File tree

2 files changed

+295
-82
lines changed

2 files changed

+295
-82
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
docker:
3636
- image: circleci/golang:1.14
3737

38-
parallelism: 5
38+
parallelism: 2
3939

4040
steps:
4141
- attach_workspace:
@@ -55,7 +55,7 @@ jobs:
5555
docker:
5656
- image: circleci/golang:1.14
5757

58-
parallelism: 5
58+
parallelism: 2
5959

6060
steps:
6161
- attach_workspace:
@@ -402,4 +402,4 @@ workflows:
402402
- docker_build:
403403
context: org-global
404404
requires:
405-
- test_full
405+
- test_full

0 commit comments

Comments
 (0)