File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 30
30
spec :
31
31
repository : elastic/elasticsearch-py
32
32
pipeline_file : .buildkite/pipeline.yml
33
+ env :
34
+ ELASTIC_SLACK_NOTIFICATIONS_ENABLED : ' true'
35
+ SLACK_NOTIFICATIONS_CHANNEL : ' #devtools-notify-python'
33
36
teams :
34
37
devtools-team :
35
38
access_level : MANAGE_BUILD_AND_READ
@@ -38,12 +41,15 @@ spec:
38
41
cancel_intermediate_builds : true
39
42
cancel_intermediate_builds_branch_filter : ' !main'
40
43
schedules :
41
- main_semi_daily :
44
+ main :
42
45
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'
You can’t perform that action at this time.
0 commit comments