File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 3
3
{ "name" : " main" , "checked" : true },
4
4
" 9.0" ,
5
5
" 8.x" ,
6
+ " 8.18" ,
6
7
" 8.17" ,
7
8
" 8.16"
8
9
],
9
10
"fork" : false ,
10
11
"targetPRLabels" : [" backport" ],
11
12
"branchLabelMapping" : {
12
13
"^v9.1.0$" : " main" ,
13
- "^v8.18 .0$" : " 8.x" ,
14
+ "^v8.19 .0$" : " 8.x" ,
14
15
"^v(\\ d+).(\\ d+)(.\\ d+)*$" : " $1.$2"
15
16
},
16
17
"upstream" : " elastic/connectors"
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ steps:
578
578
# ----
579
579
- group : " :truck: Packaging and DRA"
580
580
key : " mbp_dra_group"
581
- if : " (build.branch == \" main\" || build.branch == \" 9.0\" || build.branch == \" 8.x\" || build.branch == \" 8.16\" || build.branch == \" 8.17\" || build.pull_request.labels includes \" ci:packaging\" )" # Add new maintenance branches here
581
+ if : " (build.branch == \" main\" || build.branch == \" 9.0\" || build.branch == \" 8.x\" || build.branch == \" 8.16\" || build.branch == \" 8.17\" || build.branch == \" 8.18 \" || build. pull_request.labels includes \" ci:packaging\" )" # Add new maintenance branches here
582
582
depends_on :
583
583
- " lint"
584
584
- " unit_tests"
Original file line number Diff line number Diff line change 62
62
branch : 8.x
63
63
cronline : ' @daily'
64
64
message : " Builds, tests, and pushes daily `8.x` DRA artifacts"
65
+ Daily 8.18 :
66
+ branch : " 8.18"
67
+ cronline : ' @daily'
68
+ message : " Builds, tests, and pushes daily `8.18` DRA artifacts"
65
69
Daily 8.17 :
66
70
branch : " 8.17"
67
71
cronline : ' @daily'
@@ -110,6 +114,10 @@ spec:
110
114
trigger_mode : " none"
111
115
repository : " elastic/connectors"
112
116
schedules :
117
+ Daily 8_18 :
118
+ branch : ' 8.18'
119
+ cronline : ' @daily'
120
+ message : " Runs daily `8.18` e2e test"
113
121
Daily 8_17 :
114
122
branch : ' 8.17'
115
123
cronline : ' @daily'
@@ -164,6 +172,10 @@ spec:
164
172
trigger_mode : " none"
165
173
repository : " elastic/connectors"
166
174
schedules :
175
+ Daily 8_18 :
176
+ branch : ' 8.18'
177
+ cronline : ' @daily'
178
+ message : " Runs daily `8.18` e2e aarch64 test"
167
179
Daily 8_17 :
168
180
branch : ' 8.17'
169
181
cronline : ' @daily'
You can’t perform that action at this time.
0 commit comments