File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2
2
"targetBranchChoices" : [
3
3
{ "name" : " main" , "checked" : true },
4
4
" 8.x" ,
5
+ " 8.17" ,
5
6
" 8.16" ,
6
- " 8.15" ,
7
- " 8.14" ,
8
- " 8.13" ,
9
- " 8.12" ,
10
- " 8.11" ,
11
- " 8.10" ,
12
- " 8.9"
7
+ " 8.15"
13
8
],
14
9
"fork" : false ,
15
10
"targetPRLabels" : [" backport" ],
16
11
"branchLabelMapping" : {
17
12
"^v9.0.0$" : " main" ,
18
- "^v8.17 .0$" : " 8.x" ,
13
+ "^v8.18 .0$" : " 8.x" ,
19
14
"^v(\\ d+).(\\ d+)(.\\ d+)+$" : " $1.$2"
20
15
},
21
16
"upstream" : " elastic/connectors"
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ steps:
567
567
# ----
568
568
- group : " :truck: Packaging and DRA"
569
569
key : " mbp_dra_group"
570
- if : " (build.branch == \" main\" || build.branch == \" 8.x\" || build.branch == \" 8.16\" || build.pull_request.labels includes \" ci:packaging\" )" # Add new maintenance branches here
570
+ if : " (build.branch == \" main\" || build.branch == \" 8.x\" || build.branch == \" 8.16\" || build.branch == \" 8.17 \" || build. pull_request.labels includes \" ci:packaging\" )" # Add new maintenance branches here
571
571
depends_on :
572
572
- " lint"
573
573
- " unit_tests"
You can’t perform that action at this time.
0 commit comments