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 - label : part6
@@ -67,11 +67,16 @@ steps:
6767 BWC_VERSION : ["8.17.8", "8.18.3", "8.19.0", "9.0.3", "9.1.0"]
6868 agents :
6969 provider : gcp
70- image : family/elasticsearch-ubuntu-2004
70+ image : family/elasticsearch-ubuntu-2404
7171 machineType : custom-32-98304
7272 buildDirectory : /dev/shm/bk
7373 env :
7474 BWC_VERSION : " {{matrix.BWC_VERSION}}"
75+ - label : bc-upgrade
76+ command : " .buildkite/scripts/run-bc-upgrade-tests.sh"
77+ agents :
78+ image : " docker.elastic.co/ci-agent-images/eck-region/buildkite-agent:1.5"
79+ memory : " 4G"
7580 - group : lucene-compat
7681 steps :
7782 - label : " {{matrix.LUCENE_VERSION}} / lucene-compat"
8792 - " 10352e57d85505984582616e1e38530d3ec6ca59" # update to match last commit before lucene bump maintained from combat-lucene-10-0-0 branch
8893 agents :
8994 provider : gcp
90- image : family/elasticsearch-ubuntu-2004
95+ image : family/elasticsearch-ubuntu-2404
9196 machineType : custom-32-98304
9297 buildDirectory : /dev/shm/bk
9398 env :
@@ -98,7 +103,7 @@ steps:
98103 timeout_in_minutes : 300
99104 agents :
100105 provider : gcp
101- image : family/elasticsearch-ubuntu-2004
106+ image : family/elasticsearch-ubuntu-2404
102107 machineType : custom-32-98304
103108 buildDirectory : /dev/shm/bk
104109 - wait
0 commit comments