Skip to content

Commit f12787f

Browse files
authored
Merge branch 'main' into seanstory/bump-main-to-9.1
2 parents 46072e1 + b8b1587 commit f12787f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.backportrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
{ "name": "main", "checked": true },
44
"9.0",
55
"8.x",
6+
"8.18",
67
"8.17",
78
"8.16"
89
],
910
"fork": false,
1011
"targetPRLabels": ["backport"],
1112
"branchLabelMapping": {
1213
"^v9.1.0$": "main",
13-
"^v8.18.0$": "8.x",
14+
"^v8.19.0$": "8.x",
1415
"^v(\\d+).(\\d+)(.\\d+)*$": "$1.$2"
1516
},
1617
"upstream": "elastic/connectors"

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ steps:
578578
# ----
579579
- group: ":truck: Packaging and DRA"
580580
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
582582
depends_on:
583583
- "lint"
584584
- "unit_tests"

catalog-info.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ spec:
6262
branch: 8.x
6363
cronline: '@daily'
6464
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"
6569
Daily 8.17:
6670
branch: "8.17"
6771
cronline: '@daily'
@@ -110,6 +114,10 @@ spec:
110114
trigger_mode: "none"
111115
repository: "elastic/connectors"
112116
schedules:
117+
Daily 8_18:
118+
branch: '8.18'
119+
cronline: '@daily'
120+
message: "Runs daily `8.18` e2e test"
113121
Daily 8_17:
114122
branch: '8.17'
115123
cronline: '@daily'
@@ -164,6 +172,10 @@ spec:
164172
trigger_mode: "none"
165173
repository: "elastic/connectors"
166174
schedules:
175+
Daily 8_18:
176+
branch: '8.18'
177+
cronline: '@daily'
178+
message: "Runs daily `8.18` e2e aarch64 test"
167179
Daily 8_17:
168180
branch: '8.17'
169181
cronline: '@daily'

0 commit comments

Comments
 (0)