Skip to content

Commit 4e5d16f

Browse files
authored
Manually fix BWC versions for tests (#136169)
These BWC versions are updated automatically during feature freeze and release finalization. However, this is done only for development branches currently. We need to update the automation to also update this branch. This time it is done manually. This should not be merged back to main.
1 parent ab0b686 commit 4e5d16f

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
timeout_in_minutes: 300
6666
matrix:
6767
setup:
68-
BWC_VERSION: ["8.18.9", "8.19.6", "9.1.6", "9.2.0", "9.3.0"]
68+
BWC_VERSION: ["9.1.6", "9.2.0", "9.3.0"]
6969
agents:
7070
provider: gcp
7171
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-java-ea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ steps:
538538
timeout_in_minutes: 300
539539
matrix:
540540
setup:
541-
BWC_VERSION: ["8.18.9", "8.19.6", "9.1.6", "9.2.0", "9.3.0"]
541+
BWC_VERSION: ["9.1.6", "9.2.0", "9.3.0"]
542542
agents:
543543
provider: gcp
544544
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ steps:
525525
setup:
526526
ES_RUNTIME_JAVA:
527527
- openjdk21
528-
BWC_VERSION: ["8.18.9", "8.19.6", "9.1.6", "9.2.0", "9.3.0"]
528+
BWC_VERSION: ["9.1.6", "9.2.0", "9.3.0"]
529529
agents:
530530
provider: gcp
531531
image: family/elasticsearch-ubuntu-2404

.ci/snapshotBwcVersions

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
BWC_VERSION:
2-
- "8.18.9"
3-
- "8.19.6"
42
- "9.1.6"
53
- "9.2.0"
64
- "9.3.0"

0 commit comments

Comments
 (0)