Skip to content

Commit e260f4a

Browse files
authored
[ci] Remove 8.17 branch (#232642)
1 parent 467dd11 commit e260f4a

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

.buildkite/pipeline-resource-definitions/kibana-es-snapshots.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
2323
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
2424
allow_rebuilds: true
25-
branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17
25+
branch_configuration: main 9.1 9.0 8.19 8.18 7.17
2626
default_branch: main
2727
repository: elastic/kibana
2828
pipeline_file: .buildkite/pipelines/es_snapshots/build.yml
@@ -64,10 +64,6 @@ spec:
6464
cronline: 0 22 * * * America/New_York
6565
message: Daily build
6666
branch: '8.18'
67-
Daily build (8.17):
68-
cronline: 0 22 * * * America/New_York
69-
message: Daily build
70-
branch: '8.17'
7167
Daily build (7.17):
7268
cronline: 0 20 * * * America/New_York
7369
message: Daily build
@@ -99,7 +95,7 @@ spec:
9995
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
10096
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
10197
allow_rebuilds: true
102-
branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17
98+
branch_configuration: main 9.1 9.0 8.19 8.18 7.17
10399
default_branch: main
104100
repository: elastic/kibana
105101
pipeline_file: .buildkite/pipelines/es_snapshots/promote.yml
@@ -148,7 +144,7 @@ spec:
148144
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
149145
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
150146
allow_rebuilds: true
151-
branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17
147+
branch_configuration: main 9.1 9.0 8.19 8.18 7.17
152148
default_branch: main
153149
repository: elastic/kibana
154150
pipeline_file: .buildkite/pipelines/es_snapshots/verify.yml

.buildkite/pipeline-resource-definitions/kibana-on-merge-unsupported-ftrs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
2424
SCOUT_REPORTER_ENABLED: 'true'
2525
allow_rebuilds: true
26-
branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17
26+
branch_configuration: main 9.1 9.0 8.19 8.18 7.17
2727
default_branch: main
2828
repository: elastic/kibana
2929
pipeline_file: .buildkite/pipelines/on_merge_unsupported_ftrs.yml

.buildkite/pipeline-resource-definitions/kibana-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
2727
SCOUT_REPORTER_ENABLED: 'true'
2828
allow_rebuilds: true
29-
branch_configuration: main 9.1 9.0 8.19 8.18 8.17 7.17
29+
branch_configuration: main 9.1 9.0 8.19 8.18 7.17
3030
default_branch: main
3131
repository: elastic/kibana
3232
pipeline_file: .buildkite/pipelines/on_merge.yml

renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"9.0",
2222
"8.19",
2323
"8.18",
24-
"8.17",
2524
"7.17"
2625
],
2726
"prConcurrentLimit": 0,

versions.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
"branch": "8.18",
2929
"previousMajor": true
3030
},
31-
{
32-
"version": "8.17.11",
33-
"branch": "8.17",
34-
"previousMajor": true
35-
},
3631
{
3732
"version": "7.17.30",
3833
"branch": "7.17"

0 commit comments

Comments
 (0)