|
@@ -667,8 +667,8 @@ steps:
|
|
|
- signal_reason: agent_stop
|
|
|
limit: 3
|
|
|
|
|
|
- - label: 8.17.6 / bwc
|
|
|
- command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.6#bwcTest
|
|
|
+ - label: 8.17.7 / bwc
|
|
|
+ command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.7#bwcTest
|
|
|
timeout_in_minutes: 300
|
|
|
agents:
|
|
|
provider: gcp
|
|
@@ -677,7 +677,7 @@ steps:
|
|
|
buildDirectory: /dev/shm/bk
|
|
|
preemptible: true
|
|
|
env:
|
|
|
- BWC_VERSION: 8.17.6
|
|
|
+ BWC_VERSION: 8.17.7
|
|
|
retry:
|
|
|
automatic:
|
|
|
- exit_status: "-1"
|
|
@@ -686,8 +686,8 @@ steps:
|
|
|
- signal_reason: agent_stop
|
|
|
limit: 3
|
|
|
|
|
|
- - label: 8.18.1 / bwc
|
|
|
- command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.1#bwcTest
|
|
|
+ - label: 8.18.2 / bwc
|
|
|
+ command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.2#bwcTest
|
|
|
timeout_in_minutes: 300
|
|
|
agents:
|
|
|
provider: gcp
|
|
@@ -696,7 +696,7 @@ steps:
|
|
|
buildDirectory: /dev/shm/bk
|
|
|
preemptible: true
|
|
|
env:
|
|
|
- BWC_VERSION: 8.18.1
|
|
|
+ BWC_VERSION: 8.18.2
|
|
|
retry:
|
|
|
automatic:
|
|
|
- exit_status: "-1"
|
|
@@ -790,7 +790,7 @@ steps:
|
|
|
setup:
|
|
|
ES_RUNTIME_JAVA:
|
|
|
- openjdk17
|
|
|
- BWC_VERSION: ["7.17.29", "8.17.6", "8.18.1", "8.19.0"]
|
|
|
+ BWC_VERSION: ["7.17.29", "8.17.7", "8.18.2", "8.19.0"]
|
|
|
agents:
|
|
|
provider: gcp
|
|
|
image: family/elasticsearch-ubuntu-2004
|
|
@@ -838,7 +838,7 @@ steps:
|
|
|
- openjdk21
|
|
|
- openjdk22
|
|
|
- openjdk23
|
|
|
- BWC_VERSION: ["7.17.29", "8.17.6", "8.18.1", "8.19.0"]
|
|
|
+ BWC_VERSION: ["7.17.29", "8.17.7", "8.18.2", "8.19.0"]
|
|
|
agents:
|
|
|
provider: gcp
|
|
|
image: family/elasticsearch-ubuntu-2004
|