[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:
Jon 2024-12-26 11:29:29 -06:00 committed by GitHub
parent ddcf076ff4
commit 1e95b0ce87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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