Skip to content

Commit 6e42544

Browse files
authored
fix: cicd (#850)
* fix: cicd update * fix: cicd update * fix: version bump * fix: cicd script * fix: max connections * fix: tests parallelism * fix: cicd filters * fix: parallel jobs * fix: parameters * fix: adding filters back * fix: job names * fix: remove filter for test * fix: adding filters back
1 parent 739f9da commit 6e42544

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
environment:
1010
MONGO_INITDB_ROOT_USERNAME: root
1111
MONGO_INITDB_ROOT_PASSWORD: root
12-
parallelism: 4
1312
resource_class: large
1413
parameters:
1514
plugin:
@@ -32,6 +31,7 @@ workflows:
3231
jobs:
3332
- test:
3433
plugin: sqlite
34+
name: test-sqlite
3535
context:
3636
- slack-notification
3737
filters:
@@ -41,6 +41,7 @@ workflows:
4141
ignore: /.*/
4242
- test:
4343
plugin: mongodb
44+
name: test-mongodb
4445
context:
4546
- slack-notification
4647
filters:
@@ -50,6 +51,7 @@ workflows:
5051
ignore: /.*/
5152
- test:
5253
plugin: postgresql
54+
name: test-postgresql
5355
context:
5456
- slack-notification
5557
filters:
@@ -59,6 +61,7 @@ workflows:
5961
ignore: /.*/
6062
- test:
6163
plugin: mysql
64+
name: test-mysql
6265
context:
6366
- slack-notification
6467
filters:

0 commit comments

Comments
 (0)