Skip to content

Commit

Permalink
[Security Solution] Increasing parallelism for Serverless Security sp…
Browse files Browse the repository at this point in the history
…ecific executions (elastic#168928)
  • Loading branch information
MadameSheema authored and dej611 committed Oct 17, 2023
1 parent 6b27d5e commit 148c527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 60
parallelism: 2
parallelism: 4
retry:
automatic:
- exit_status: '*'
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 60
parallelism: 2
parallelism: 4
retry:
automatic:
- exit_status: '*'
Expand Down

0 comments on commit 148c527

Please sign in to comment.