Skip to content

Commit

Permalink
[EDR Workflows][Ops] Increase parallelism in on_merge_unsupported_ftr (
Browse files Browse the repository at this point in the history
…elastic#177715)

The values have been updated to match the current settings in
https://github.com/elastic/kibana/blob/0994a2193f0244931107be8a8b75919ca2663e0e/.buildkite/pipelines/pull_request/security_solution/defend_workflows.yml.

We noticed that DW Serverless Cypress tests were timing out on the main
branch, and this pull request fixes that issue.
  • Loading branch information
szwarckonrad authored Feb 23, 2024
1 parent 2ba6978 commit 2378400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipelines/on_merge_unsupported_ftrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ steps:
queue: n2-4-virt
depends_on: build
timeout_in_minutes: 60
parallelism: 10
parallelism: 16
retry:
automatic:
- exit_status: '*'
Expand All @@ -80,7 +80,7 @@ steps:
queue: n2-4-virt
depends_on: build
timeout_in_minutes: 60
parallelism: 6
parallelism: 10
retry:
automatic:
- exit_status: '*'
Expand Down

0 comments on commit 2378400

Please sign in to comment.