55 timeout_in_minutes : 300
66 agents :
77 provider : gcp
8- image : family/elasticsearch-ubuntu-2004
8+ image : family/elasticsearch-ubuntu-2404
99 machineType : custom-32-98304
1010 buildDirectory : /dev/shm/bk
1111 - wait
@@ -14,39 +14,39 @@ steps:
1414 timeout_in_minutes : 300
1515 agents :
1616 provider : gcp
17- image : family/elasticsearch-ubuntu-2004
17+ image : family/elasticsearch-ubuntu-2404
1818 machineType : n1-standard-32
1919 buildDirectory : /dev/shm/bk
2020 - label : part2
2121 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart2
2222 timeout_in_minutes : 300
2323 agents :
2424 provider : gcp
25- image : family/elasticsearch-ubuntu-2004
25+ image : family/elasticsearch-ubuntu-2404
2626 machineType : n1-standard-32
2727 buildDirectory : /dev/shm/bk
2828 - label : part3
2929 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart3
3030 timeout_in_minutes : 300
3131 agents :
3232 provider : gcp
33- image : family/elasticsearch-ubuntu-2004
33+ image : family/elasticsearch-ubuntu-2404
3434 machineType : n1-standard-32
3535 buildDirectory : /dev/shm/bk
3636 - label : part4
3737 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart4
3838 timeout_in_minutes : 300
3939 agents :
4040 provider : gcp
41- image : family/elasticsearch-ubuntu-2004
41+ image : family/elasticsearch-ubuntu-2404
4242 machineType : n1-standard-32
4343 buildDirectory : /dev/shm/bk
4444 - label : part5
4545 command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart5
4646 timeout_in_minutes : 300
4747 agents :
4848 provider : gcp
49- image : family/elasticsearch-ubuntu-2004
49+ image : family/elasticsearch-ubuntu-2404
5050 machineType : n1-standard-32
5151 buildDirectory : /dev/shm/bk
5252 - group : bwc-snapshots
@@ -56,14 +56,16 @@ steps:
5656 timeout_in_minutes : 300
5757 matrix :
5858 setup :
59- BWC_VERSION : ["8.17.8 ", "8.18.3 ", "9.0.3 "]
59+ BWC_VERSION : ["8.17.9 ", "8.18.4 ", "9.0.4 "]
6060 agents :
6161 provider : gcp
62- image : family/elasticsearch-ubuntu-2004
62+ image : family/elasticsearch-ubuntu-2404
6363 machineType : custom-32-98304
6464 buildDirectory : /dev/shm/bk
6565 env :
6666 BWC_VERSION : " {{matrix.BWC_VERSION}}"
67+ - label : bc-upgrade
68+ command : " .buildkite/scripts/run-bc-upgrade-tests.sh"
6769 - group : lucene-compat
6870 steps :
6971 - label : " {{matrix.LUCENE_VERSION}} / lucene-compat"
7981 - " 10352e57d85505984582616e1e38530d3ec6ca59" # update to match last commit before lucene bump maintained from combat-lucene-10-0-0 branch
8082 agents :
8183 provider : gcp
82- image : family/elasticsearch-ubuntu-2004
84+ image : family/elasticsearch-ubuntu-2404
8385 machineType : custom-32-98304
8486 buildDirectory : /dev/shm/bk
8587 env :
9092 timeout_in_minutes : 300
9193 agents :
9294 provider : gcp
93- image : family/elasticsearch-ubuntu-2004
95+ image : family/elasticsearch-ubuntu-2404
9496 machineType : custom-32-98304
9597 buildDirectory : /dev/shm/bk
9698 - wait
0 commit comments