Commit 5b2f7ff7 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'more-parallel-for-jest' into 'master'

Increase parallel for jest from 2 to 3

See merge request gitlab-org/gitlab!34407
parents 054d0a0f 25b4b6e6
......@@ -204,7 +204,7 @@ jest:
- tmp/tests/frontend/
reports:
junit: junit_jest.xml
parallel: 2
parallel: 4
jest-integration:
extends:
......@@ -222,6 +222,7 @@ jest-as-if-foss:
- .frontend:rules:default-frontend-jobs-as-if-foss
- .as-if-foss
needs: ["frontend-fixtures-as-if-foss"]
parallel: 2
coverage-frontend:
extends:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment