From 3640c4288424b38e95737da7617df40bdf579d45 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 27 Jun 2025 03:12:29 +0100 Subject: [PATCH] chore(NA): update pipeline resource definitions after bump 9.2.0 (#225525) This PR updates the pipeline resource definitions to support the new 9.1 branch. --- .../kibana-console-definitions-sync.yml | 2 +- .../kibana-es-snapshots.yml | 10 +++++++--- .../kibana-on-merge-unsupported-ftrs.yml | 2 +- .../pipeline-resource-definitions/kibana-on-merge.yml | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline-resource-definitions/kibana-console-definitions-sync.yml b/.buildkite/pipeline-resource-definitions/kibana-console-definitions-sync.yml index fcb7bc1dff22..76d387ed6a41 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 9.0 8.19 8.18 + branch_configuration: main 9.1 9.0 8.19 8.18 default_branch: main repository: elastic/kibana pipeline_file: .buildkite/pipelines/console_definitions_sync.yml diff --git a/.buildkite/pipeline-resource-definitions/kibana-es-snapshots.yml b/.buildkite/pipeline-resource-definitions/kibana-es-snapshots.yml index 864dae3cb813..93d102d2f301 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-es-snapshots.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-es-snapshots.yml @@ -22,7 +22,7 @@ spec: SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts' ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true' allow_rebuilds: true - branch_configuration: main 9.0 8.19 8.18 8.17 7.17 + branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17 default_branch: main repository: elastic/kibana pipeline_file: .buildkite/pipelines/es_snapshots/build.yml @@ -48,6 +48,10 @@ spec: cronline: 0 22 * * * America/New_York message: Daily build branch: main + Daily build (9.1): + cronline: 0 22 * * * America/New_York + message: Daily build + branch: '9.1' Daily build (9.0): cronline: 0 22 * * * America/New_York message: Daily build @@ -95,7 +99,7 @@ spec: SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts' ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true' allow_rebuilds: true - branch_configuration: main 9.0 8.19 8.18 8.17 7.17 + branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17 default_branch: main repository: elastic/kibana pipeline_file: .buildkite/pipelines/es_snapshots/promote.yml @@ -144,7 +148,7 @@ spec: ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true' REPORT_FAILED_TESTS_TO_GITHUB: 'true' allow_rebuilds: true - branch_configuration: main 9.0 8.19 8.18 8.17 7.17 + branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17 default_branch: main repository: elastic/kibana pipeline_file: .buildkite/pipelines/es_snapshots/verify.yml diff --git a/.buildkite/pipeline-resource-definitions/kibana-on-merge-unsupported-ftrs.yml b/.buildkite/pipeline-resource-definitions/kibana-on-merge-unsupported-ftrs.yml index dcd22d1b6568..d3b31190bd68 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-on-merge-unsupported-ftrs.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-on-merge-unsupported-ftrs.yml @@ -23,7 +23,7 @@ spec: ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true' SCOUT_REPORTER_ENABLED: 'true' allow_rebuilds: true - branch_configuration: main 9.0 8.19 8.18 8.17 7.17 + branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17 default_branch: main repository: elastic/kibana pipeline_file: .buildkite/pipelines/on_merge_unsupported_ftrs.yml diff --git a/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml b/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml index 7b67aaaf2149..93965c0455c1 100644 --- a/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml +++ b/.buildkite/pipeline-resource-definitions/kibana-on-merge.yml @@ -26,7 +26,7 @@ spec: ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true' SCOUT_REPORTER_ENABLED: 'true' allow_rebuilds: true - branch_configuration: main 9.0 8.19 8.18 8.17 7.17 + branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17 default_branch: main repository: elastic/kibana pipeline_file: .buildkite/pipelines/on_merge.yml