Skip to content

Commit

Permalink
[Security Solution][Endpoint] Increase buildkite parallelism for `d…
Browse files Browse the repository at this point in the history
…efend_workflows` on pipeline `on_merge_unsupported_ftrs.yml` (elastic#166947)

## Summary

- Increase the `parallelism` for `defend_workflows` to match that of PR
pull request (`6`)
- Should ( 🤞 ) fix the failures being seen in buildkite:
https://buildkite.com/elastic/kibana-on-merge-unsupported-ftrs
  • Loading branch information
paul-tavares authored Sep 21, 2023
1 parent 8bd2515 commit 81adaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/on_merge_unsupported_ftrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ steps:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 120
parallelism: 2
parallelism: 6
retry:
automatic:
- exit_status: '*'
Expand Down

0 comments on commit 81adaa5

Please sign in to comment.