mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[BK] Fix pipeline resources post-merge (#183317)
## Summary 8.13-related builds/schedules should be removed from the pipelines, because that branch has been deactivated since then
This commit is contained in:
parent
bbd1017b95
commit
a4bb0ab5bf
3 changed files with 3 additions and 15 deletions
|
@ -21,7 +21,7 @@ spec:
|
|||
env:
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
allow_rebuilds: true
|
||||
branch_configuration: main 8.14 8.13 7.17
|
||||
branch_configuration: main 8.14 7.17
|
||||
default_branch: main
|
||||
repository: elastic/kibana
|
||||
pipeline_file: .buildkite/pipelines/artifacts.yml
|
||||
|
@ -48,10 +48,6 @@ spec:
|
|||
cronline: 0 7 * * * America/New_York
|
||||
message: Daily build
|
||||
branch: main
|
||||
Daily build (8.13):
|
||||
cronline: 0 7 * * * America/New_York
|
||||
message: Daily build
|
||||
branch: '8.13'
|
||||
Daily build (8.14):
|
||||
cronline: 0 7 * * * America/New_York
|
||||
message: Daily build
|
||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
|||
RELEASE_BUILD: 'true'
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
allow_rebuilds: true
|
||||
branch_configuration: 7.17 8.13 8.14
|
||||
branch_configuration: 7.17 8.14
|
||||
repository: elastic/kibana
|
||||
pipeline_file: .buildkite/pipelines/artifacts.yml
|
||||
skip_intermediate_builds: false
|
||||
|
@ -44,10 +44,6 @@ spec:
|
|||
kibana-tech-leads:
|
||||
access_level: MANAGE_BUILD_AND_READ
|
||||
schedules:
|
||||
Daily build (8.13):
|
||||
cronline: 0 7 * * * America/New_York
|
||||
message: Daily build
|
||||
branch: '8.13'
|
||||
Daily build (8.14):
|
||||
cronline: 0 7 * * * America/New_York
|
||||
message: Daily build
|
||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
|||
RELEASE_BUILD: 'true'
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
allow_rebuilds: true
|
||||
branch_configuration: '8.13 8.14'
|
||||
branch_configuration: '8.14'
|
||||
default_branch: main
|
||||
repository: elastic/kibana
|
||||
pipeline_file: .buildkite/pipelines/artifacts_trigger.yml
|
||||
|
@ -45,10 +45,6 @@ spec:
|
|||
kibana-tech-leads:
|
||||
access_level: MANAGE_BUILD_AND_READ
|
||||
schedules:
|
||||
Daily build (8.13):
|
||||
cronline: 0 */2 * * * America/New_York
|
||||
message: Daily build
|
||||
branch: '8.13'
|
||||
Daily build (8.14):
|
||||
cronline: 0 */2 * * * America/New_York
|
||||
message: Daily build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue