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 (#165906)
This PR reduces the parallel number of workers that will run the Serverless Security Cypress Tests for now. As we have skipped some serverless tests that were flaky we don't need as much workers as before. As soon as we see those pipeline times increasing we can restore the number of workers.
This commit is contained in:
parent
369d2fe367
commit
8f22eb15fe
2 changed files with 18 additions and 17 deletions
|
@ -140,7 +140,7 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 40
|
||||
parallelism: 12
|
||||
parallelism: 2
|
||||
soft_fail: true
|
||||
retry:
|
||||
automatic:
|
||||
|
@ -166,7 +166,7 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 40
|
||||
parallelism: 6
|
||||
parallelism: 2
|
||||
soft_fail: true
|
||||
retry:
|
||||
automatic:
|
||||
|
|
|
@ -105,32 +105,33 @@ steps:
|
|||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 40
|
||||
parallelism: 12
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- command: .buildkite/scripts/steps/functional/security_serverless_explore.sh
|
||||
label: 'Serverless Explore - Security Solution Cypress Tests'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 60
|
||||
parallelism: 4
|
||||
parallelism: 2
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- command: .buildkite/scripts/steps/functional/security_serverless_investigations.sh
|
||||
label: 'Serverless Investigations - Security Solution Cypress Tests'
|
||||
label: 'Serverless Security Investigations Cypress Tests'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 6
|
||||
parallelism: 2
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
- command: .buildkite/scripts/steps/functional/security_serverless_explore.sh
|
||||
label: 'Serverless Security Explore Cypress Tests'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
depends_on: build
|
||||
timeout_in_minutes: 60
|
||||
parallelism: 2
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '*'
|
||||
limit: 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue