|
@@ -363,8 +363,8 @@ steps:
|
|
|
- signal_reason: agent_stop
|
|
|
limit: 3
|
|
|
|
|
|
- - label: 8.19.4 / bwc
|
|
|
- command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.4#bwcTest
|
|
|
+ - label: 8.19.5 / bwc
|
|
|
+ command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.5#bwcTest
|
|
|
timeout_in_minutes: 300
|
|
|
agents:
|
|
|
provider: gcp
|
|
@@ -373,7 +373,7 @@ steps:
|
|
|
buildDirectory: /dev/shm/bk
|
|
|
preemptible: true
|
|
|
env:
|
|
|
- BWC_VERSION: 8.19.4
|
|
|
+ BWC_VERSION: 8.19.5
|
|
|
retry:
|
|
|
automatic:
|
|
|
- exit_status: "-1"
|
|
@@ -487,7 +487,7 @@ steps:
|
|
|
setup:
|
|
|
ES_RUNTIME_JAVA:
|
|
|
- openjdk21
|
|
|
- BWC_VERSION: ["8.18.8", "8.19.4", "9.0.8", "9.1.4"]
|
|
|
+ BWC_VERSION: ["8.18.8", "8.19.5", "9.0.8", "9.1.4"]
|
|
|
agents:
|
|
|
provider: gcp
|
|
|
image: family/elasticsearch-ubuntu-2404
|
|
@@ -531,7 +531,7 @@ steps:
|
|
|
ES_RUNTIME_JAVA:
|
|
|
- openjdk21
|
|
|
- openjdk23
|
|
|
- BWC_VERSION: ["8.18.8", "8.19.4", "9.0.8", "9.1.4"]
|
|
|
+ BWC_VERSION: ["8.18.8", "8.19.5", "9.0.8", "9.1.4"]
|
|
|
agents:
|
|
|
provider: gcp
|
|
|
image: family/elasticsearch-ubuntu-2404
|