Skip to content

Commit ecdc792

Browse files
authored
[ci] Remove 9.0 branch (#238159)
## Summary Removes 9.0 from CI since it is EoL
1 parent 9e19b0f commit ecdc792

File tree

5 files changed

+7
-17
lines changed

5 files changed

+7
-17
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.2 9.1 9.0 8.19 8.18 7.17
25+
branch_configuration: main 9.2 9.1 8.19 8.18 7.17
2626
default_branch: main
2727
repository: elastic/kibana
2828
pipeline_file: .buildkite/pipelines/es_snapshots/build.yml
@@ -56,10 +56,6 @@ spec:
5656
cronline: 0 22 * * * America/New_York
5757
message: Daily build
5858
branch: '9.1'
59-
Daily build (9.0):
60-
cronline: 0 22 * * * America/New_York
61-
message: Daily build
62-
branch: '9.0'
6359
Daily build (8.19):
6460
cronline: 0 22 * * * America/New_York
6561
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.2 9.1 9.0 8.19 8.18 7.17
98+
branch_configuration: main 9.2 9.1 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.2 9.1 9.0 8.19 8.18 7.17
147+
branch_configuration: main 9.2 9.1 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.2 9.1 9.0 8.19 8.18 7.17
26+
branch_configuration: main 9.2 9.1 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.2 9.1 9.0 8.19 8.18 7.17
29+
branch_configuration: main 9.2 9.1 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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"main",
2020
"9.2",
2121
"9.1",
22-
"9.0",
2322
"8.19",
2423
"8.18",
2524
"7.17"
@@ -4782,4 +4781,4 @@
47824781
"datasourceTemplate": "docker"
47834782
}
47844783
]
4785-
}
4784+
}

versions.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"branch": "9.1",
1717
"branchType": "release"
1818
},
19-
{
20-
"version": "9.0.9",
21-
"branch": "9.0",
22-
"branchType": "release"
23-
},
2419
{
2520
"version": "8.19.6",
2621
"branch": "8.19",
@@ -37,4 +32,4 @@
3732
"branchType": "unmaintained"
3833
}
3934
]
40-
}
35+
}

0 commit comments

Comments
 (0)