mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ci/es-forward-testing] Revert skip_intermediate_builds (#205167)
These pipelines can run against multiple branches at the same time. We don't want these builds to skipped. See https://github.com/elastic/kibana/pull/199540 See https://buildkite.com/elastic/kibana-es-forward-compatibility-testing/
This commit is contained in:
parent
ddcf076ff4
commit
1e95b0ce87
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ spec:
|
|||
default_branch: main
|
||||
repository: elastic/kibana
|
||||
pipeline_file: .buildkite/pipelines/es_forward_9_dot_0.yml # Note: this file exists in 8.x only and should be moved into 8.18 once the branch is cut
|
||||
skip_intermediate_builds: false
|
||||
provider_settings:
|
||||
prefix_pull_request_fork_branch_names: false
|
||||
trigger_mode: none
|
||||
|
|
|
@ -27,6 +27,7 @@ spec:
|
|||
default_branch: main
|
||||
repository: elastic/kibana
|
||||
pipeline_file: .buildkite/pipelines/es_forward.yml # Note: this file exists in 7.17 only
|
||||
skip_intermediate_builds: false
|
||||
provider_settings:
|
||||
prefix_pull_request_fork_branch_names: false
|
||||
trigger_mode: none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue