Skip to content

Commit d4b16e1

Browse files
authored
Fix Buildkite build on branches (#2598)
1 parent 5c9b470 commit d4b16e1

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

catalog-info.yaml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ spec:
3030
spec:
3131
repository: elastic/elasticsearch-py
3232
pipeline_file: .buildkite/pipeline.yml
33+
env:
34+
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
35+
SLACK_NOTIFICATIONS_CHANNEL: '#devtools-notify-python'
3336
teams:
3437
devtools-team:
3538
access_level: MANAGE_BUILD_AND_READ
@@ -38,12 +41,15 @@ spec:
3841
cancel_intermediate_builds: true
3942
cancel_intermediate_builds_branch_filter: '!main'
4043
schedules:
41-
main_semi_daily:
44+
main:
4245
branch: 'main'
43-
cronline: '0 */12 * * *'
44-
8_11_daily:
45-
branch: '8.11'
46-
cronline: '@daily'
47-
8_10_daily:
48-
branch: '8.10'
49-
cronline: '@daily'
46+
cronline: '0 10 * * *'
47+
message: 'Daily run for main branch'
48+
Daily 8.13:
49+
branch: '8.13'
50+
cronline: '0 10 * * *'
51+
message: 'Daily run for 8.13 branch'
52+
Daily 8.14:
53+
branch: '8.14'
54+
cronline: '0 10 * * *'
55+
message: 'Daily run for 8.14 branch'

0 commit comments

Comments
 (0)