Skip to content

Commit

Permalink
[ci/es-forward-testing] Revert skip_intermediate_builds (elastic#205167)
Browse files Browse the repository at this point in the history
These pipelines can run against multiple branches at the same time. We
don't want these builds to skipped.

See elastic#199540
See
https://buildkite.com/elastic/kibana-es-forward-compatibility-testing/
  • Loading branch information
jbudz authored Dec 26, 2024
1 parent ddcf076 commit 1e95b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e95b0c

Please sign in to comment.