Skip to content

Commit 04e0bd5

Browse files
committed
Update config.yml
Check on circle ci
1 parent 6500e12 commit 04e0bd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ workflows:
927927
- e2e-tests:
928928
name: E2ETest
929929
build: docker
930-
parallelism: 4
930+
parallelism: 1
931931
requires:
932932
- Build docker image
933933
# Workflow for feature, bugfix, main branches
@@ -973,7 +973,7 @@ workflows:
973973
- e2e-tests:
974974
name: E2ETest
975975
build: docker
976-
parallelism: 4
976+
parallelism: 1
977977
requires:
978978
- Build docker image
979979
# Approve to build
@@ -1061,7 +1061,7 @@ workflows:
10611061
- e2e-tests:
10621062
name: E2ETest
10631063
build: docker
1064-
parallelism: 4
1064+
parallelism: 1
10651065
requires:
10661066
- Build docker image
10671067

@@ -1223,7 +1223,7 @@ workflows:
12231223
# e2e web tests on docker image build
12241224
- e2e-tests:
12251225
name: E2ETest - Nightly
1226-
parallelism: 4
1226+
parallelism: 1
12271227
build: docker
12281228
report: true
12291229
requires:

0 commit comments

Comments
 (0)