mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
Bump versions after 8.18.0 release
This commit is contained in:
parent
b1f766258b
commit
9fe54808c4
4 changed files with 7 additions and 8 deletions
|
@ -287,8 +287,8 @@ steps:
|
|||
env:
|
||||
BWC_VERSION: 8.15.5
|
||||
|
||||
- label: "{{matrix.image}} / 8.16.6 / packaging-tests-upgrade"
|
||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.6
|
||||
- label: "{{matrix.image}} / 8.16.5 / packaging-tests-upgrade"
|
||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.5
|
||||
timeout_in_minutes: 300
|
||||
matrix:
|
||||
setup:
|
||||
|
@ -301,7 +301,7 @@ steps:
|
|||
machineType: custom-16-32768
|
||||
buildDirectory: /dev/shm/bk
|
||||
env:
|
||||
BWC_VERSION: 8.16.6
|
||||
BWC_VERSION: 8.16.5
|
||||
|
||||
- label: "{{matrix.image}} / 8.17.6 / packaging-tests-upgrade"
|
||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.6
|
||||
|
|
|
@ -306,8 +306,8 @@ steps:
|
|||
- signal_reason: agent_stop
|
||||
limit: 3
|
||||
|
||||
- label: 8.16.6 / bwc
|
||||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.6#bwcTest
|
||||
- label: 8.16.5 / bwc
|
||||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.5#bwcTest
|
||||
timeout_in_minutes: 300
|
||||
agents:
|
||||
provider: gcp
|
||||
|
@ -316,7 +316,7 @@ steps:
|
|||
buildDirectory: /dev/shm/bk
|
||||
preemptible: true
|
||||
env:
|
||||
BWC_VERSION: 8.16.6
|
||||
BWC_VERSION: 8.16.5
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: "-1"
|
||||
|
|
|
@ -15,7 +15,7 @@ BWC_VERSION:
|
|||
- "8.13.4"
|
||||
- "8.14.3"
|
||||
- "8.15.5"
|
||||
- "8.16.6"
|
||||
- "8.16.5"
|
||||
- "8.17.6"
|
||||
- "8.18.1"
|
||||
- "8.19.0"
|
||||
|
|
|
@ -194,7 +194,6 @@ public class Version implements VersionId<Version>, ToXContentFragment {
|
|||
public static final Version V_8_16_3 = new Version(8_16_03_99);
|
||||
public static final Version V_8_16_4 = new Version(8_16_04_99);
|
||||
public static final Version V_8_16_5 = new Version(8_16_05_99);
|
||||
public static final Version V_8_16_6 = new Version(8_16_06_99);
|
||||
public static final Version V_8_17_0 = new Version(8_17_00_99);
|
||||
public static final Version V_8_17_1 = new Version(8_17_01_99);
|
||||
public static final Version V_8_17_2 = new Version(8_17_02_99);
|
||||
|
|
Loading…
Add table
Reference in a new issue