File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,27 @@ steps:
201201 image : family/elasticsearch-ubuntu-2004
202202 machineType : n2-standard-8
203203 buildDirectory : /dev/shm/bk
204+ - group : lucene-compat
205+ steps :
206+ - label : " {{matrix.LUCENE_VERSION}} / lucene-compat"
207+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints -Dtests.bwc.main.version=$$ES_VERSION -Dtests.bwc.refspec.main=$$ES_COMMIT luceneBwcTest
208+ timeout_in_minutes : 300
209+ matrix :
210+ setup :
211+ LUCENE_VERSION :
212+ - " 10.0.0"
213+ ES_VERSION :
214+ - " 9.0.0"
215+ ES_COMMIT :
216+ - " b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump
217+ agents :
218+ provider : gcp
219+ image : family/elasticsearch-ubuntu-2004
220+ machineType : custom-32-98304
221+ buildDirectory : /dev/shm/bk
222+ env :
223+ ES_VERSION : " {{matrix.ES_VERSION}}"
224+ ES_COMMIT : " {{matrix.ES_COMMIT}}"
204225 - label : Upload Snyk Dependency Graph
205226 command : .ci/scripts/run-gradle.sh uploadSnykDependencyGraph -PsnykTargetReference=$BUILDKITE_BRANCH
206227 env :
Original file line number Diff line number Diff line change @@ -582,6 +582,27 @@ steps:
582582 image : family/elasticsearch-ubuntu-2004
583583 machineType : n2-standard-8
584584 buildDirectory : /dev/shm/bk
585+ - group : lucene-compat
586+ steps :
587+ - label : " {{matrix.LUCENE_VERSION}} / lucene-compat"
588+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints -Dtests.bwc.main.version=$$ES_VERSION -Dtests.bwc.refspec.main=$$ES_COMMIT luceneBwcTest
589+ timeout_in_minutes : 300
590+ matrix :
591+ setup :
592+ LUCENE_VERSION :
593+ - " 10.0.0"
594+ ES_VERSION :
595+ - " 9.0.0"
596+ ES_COMMIT :
597+ - " b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump
598+ agents :
599+ provider : gcp
600+ image : family/elasticsearch-ubuntu-2004
601+ machineType : custom-32-98304
602+ buildDirectory : /dev/shm/bk
603+ env :
604+ ES_VERSION : " {{matrix.ES_VERSION}}"
605+ ES_COMMIT : " {{matrix.ES_COMMIT}}"
585606 - label : Upload Snyk Dependency Graph
586607 command : .ci/scripts/run-gradle.sh uploadSnykDependencyGraph -PsnykTargetReference=$BUILDKITE_BRANCH
587608 env :
You can’t perform that action at this time.
0 commit comments