Skip to content

Commit c010ff0

Browse files
committed
Manually fix BWC versions for tests
These BWC versions are updated by release-tools during FF or release finalization. However, this is done only for development branches currently. We need to update the process to also update this branch. This time it is done manually.
1 parent ab0b686 commit c010ff0

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)