From 28f43f3e4d1d19033dfeae22642a72b1eecdba8d Mon Sep 17 00:00:00 2001 From: Sonia Sanz Vivas Date: Thu, 29 May 2025 18:35:17 +0200 Subject: [PATCH] Update console definitions branches (#221888) ## Summary With https://github.com/elastic/kibana/pull/207036 we introduced some changes in the script so that it generates two PRs: one for the `main` branch and one for `8.x` in order to keep previous versions with their corresponding console definitions. This PR updates the branches so the script generates PRs for `main`, `9.0`, `8.19` and `8.18` (cherry picked from commit abf2c2c789dd3ad4f727d59ec292b32d0e9e84e8) # Conflicts: # .buildkite/pipeline-resource-definitions/kibana-console-definitions-sync.yml --- .../kibana-console-definitions-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline-resource-definitions/kibana-console-definitions-sync.yml b/.buildkite/pipeline-resource-definitions/kibana-console-definitions-sync.yml index b4ca2b3e00e6e..fcb7bc1dff220 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-console-definitions-sync.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-console-definitions-sync.yml @@ -22,7 +22,7 @@ spec: SLACK_NOTIFICATIONS_CHANNEL: '#kibana-management' ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true' allow_rebuilds: false - branch_configuration: main 8.x + branch_configuration: main 9.0 8.19 8.18 default_branch: main repository: elastic/kibana pipeline_file: .buildkite/pipelines/console_definitions_sync.yml