mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[Security Solution][Endpoint] Increase buildkite parallelism
for defend_workflows
on pipeline on_merge_unsupported_ftrs.yml
(#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
This commit is contained in:
parent
8bd25152bb
commit
81adaa59f1
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ steps:
|
||||||
queue: n2-4-spot
|
queue: n2-4-spot
|
||||||
depends_on: build
|
depends_on: build
|
||||||
timeout_in_minutes: 120
|
timeout_in_minutes: 120
|
||||||
parallelism: 2
|
parallelism: 6
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
- exit_status: '*'
|
- exit_status: '*'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue