mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[CI] Decrease number of Jest workers (#89504)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
f2aa5bcd95
commit
b2d4412146
3 changed files with 3 additions and 3 deletions
|
@ -10,4 +10,4 @@ source "$(dirname "${0}")/../util.sh"
|
|||
export JOB=kibana-oss-jest
|
||||
|
||||
checks-reporter-with-killswitch "Jest Unit Tests" \
|
||||
node scripts/jest --ci --verbose
|
||||
node scripts/jest --ci --maxWorkers=5 --verbose
|
||||
|
|
|
@ -7,4 +7,4 @@ source "$(dirname "${0}")/../util.sh"
|
|||
export JOB=kibana-jest
|
||||
|
||||
checks-reporter-with-killswitch "Jest Unit Tests" \
|
||||
node scripts/jest --ci --verbose --coverage
|
||||
node scripts/jest --ci --maxWorkers=5 --verbose
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
source src/dev/ci_setup/setup_env.sh
|
||||
|
||||
checks-reporter-with-killswitch "Jest Unit Tests" \
|
||||
node scripts/jest --ci --verbose --maxWorkers=10 --coverage
|
||||
node scripts/jest --ci --verbose --maxWorkers=6 --coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue