Skip to content

Commit 803b7c1

Browse files
committed
Remove 8.19.0 version constant from 9.0
1 parent 73b6797 commit 803b7c1

File tree

7 files changed

+3
-44
lines changed

7 files changed

+3
-44
lines changed

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
timeout_in_minutes: 300
5757
matrix:
5858
setup:
59-
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "8.19.0", "9.0.0"]
59+
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "9.0.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -335,22 +335,6 @@ steps:
335335
env:
336336
BWC_VERSION: 8.18.0
337337

338-
- label: "{{matrix.image}} / 8.19.0 / packaging-tests-upgrade"
339-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.0
340-
timeout_in_minutes: 300
341-
matrix:
342-
setup:
343-
image:
344-
- rocky-8
345-
- ubuntu-2004
346-
agents:
347-
provider: gcp
348-
image: family/elasticsearch-{{matrix.image}}
349-
machineType: custom-16-32768
350-
buildDirectory: /dev/shm/bk
351-
env:
352-
BWC_VERSION: 8.19.0
353-
354338
- label: "{{matrix.image}} / 9.0.0 / packaging-tests-upgrade"
355339
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.0
356340
timeout_in_minutes: 300

.buildkite/pipelines/periodic.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -363,25 +363,6 @@ steps:
363363
- signal_reason: agent_stop
364364
limit: 3
365365

366-
- label: 8.19.0 / bwc
367-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.0#bwcTest
368-
timeout_in_minutes: 300
369-
agents:
370-
provider: gcp
371-
image: family/elasticsearch-ubuntu-2004
372-
machineType: n1-standard-32
373-
buildDirectory: /dev/shm/bk
374-
preemptible: true
375-
env:
376-
BWC_VERSION: 8.19.0
377-
retry:
378-
automatic:
379-
- exit_status: "-1"
380-
limit: 3
381-
signal_reason: none
382-
- signal_reason: agent_stop
383-
limit: 3
384-
385366
- label: 9.0.0 / bwc
386367
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.0#bwcTest
387368
timeout_in_minutes: 300
@@ -467,7 +448,7 @@ steps:
467448
setup:
468449
ES_RUNTIME_JAVA:
469450
- openjdk21
470-
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "8.19.0", "9.0.0"]
451+
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "9.0.0"]
471452
agents:
472453
provider: gcp
473454
image: family/elasticsearch-ubuntu-2004
@@ -509,7 +490,7 @@ steps:
509490
ES_RUNTIME_JAVA:
510491
- openjdk21
511492
- openjdk23
512-
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "8.19.0", "9.0.0"]
493+
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "9.0.0"]
513494
agents:
514495
provider: gcp
515496
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ BWC_VERSION:
1818
- "8.16.4"
1919
- "8.17.2"
2020
- "8.18.0"
21-
- "8.19.0"
2221
- "9.0.0"

.ci/snapshotBwcVersions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ BWC_VERSION:
22
- "8.16.4"
33
- "8.17.2"
44
- "8.18.0"
5-
- "8.19.0"
65
- "9.0.0"

branches.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
{
1414
"branch": "8.17"
1515
},
16-
{
17-
"branch": "8.x"
18-
},
1916
{
2017
"branch": "7.17"
2118
}

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ public class Version implements VersionId<Version>, ToXContentFragment {
197197
public static final Version V_8_17_1 = new Version(8_17_01_99);
198198
public static final Version V_8_17_2 = new Version(8_17_02_99);
199199
public static final Version V_8_18_0 = new Version(8_18_00_99);
200-
public static final Version V_8_19_0 = new Version(8_19_00_99);
201200
public static final Version V_9_0_0 = new Version(9_00_00_99);
202201
public static final Version CURRENT = V_9_0_0;
203202

0 commit comments

Comments
 (0)