mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ci] Add depends_on: build
to unsupported ftrs step (#153054)
This should let us reuse the build from the on merge pipeline.
This commit is contained in:
parent
f134d2e44c
commit
7ff240d8ae
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ steps:
|
|||
- command: '.buildkite/scripts/steps/functional/on_merge_unsupported_ftrs.sh'
|
||||
label: Trigger unsupported ftr tests
|
||||
timeout_in_minutes: 10
|
||||
depends_on:
|
||||
- build
|
||||
agents:
|
||||
queue: 'kibana-default'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue