mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
chore(NA): reduce parallelism number on Serverless Security Cypress Tests (#165681)
This PR reduces the parallel number of workers that will run the Serverless Security Cypress Tests as at least for now I don't think we need `16`.
This commit is contained in:
parent
330cc8b215
commit
5a206e2c2e
2 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 40
|
||||
parallelism: 16
|
||||
parallelism: 12
|
||||
soft_fail: true
|
||||
retry:
|
||||
automatic:
|
||||
|
|
|
@ -105,7 +105,7 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 40
|
||||
parallelism: 16
|
||||
parallelism: 12
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue