Skip to content

Commit 3b08fc9

Browse files
committed
Update for 8.17 FF (#2994)
(cherry picked from commit c180612)
1 parent 0d65ed7 commit 3b08fc9

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.backportrc.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22
"targetBranchChoices": [
33
{ "name": "main", "checked": true },
44
"8.x",
5+
"8.17",
56
"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"
138
],
149
"fork": false,
1510
"targetPRLabels": ["backport"],
1611
"branchLabelMapping": {
1712
"^v9.0.0$": "main",
18-
"^v8.17.0$": "8.x",
13+
"^v8.18.0$": "8.x",
1914
"^v(\\d+).(\\d+)(.\\d+)+$": "$1.$2"
2015
},
2116
"upstream": "elastic/connectors"

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ steps:
567567
# ----
568568
- group: ":truck: Packaging and DRA"
569569
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
571571
depends_on:
572572
- "lint"
573573
- "unit_tests"

0 commit comments

Comments
 (0)