11# This file is auto-generated. See .buildkite/pipelines/intake.template.yml
22steps :
33 - label : sanity-check
4- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files precommit
4+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints precommit
55 timeout_in_minutes : 300
66 agents :
77 provider : gcp
@@ -10,31 +10,39 @@ steps:
1010 buildDirectory : /dev/shm/bk
1111 - wait
1212 - label : part1
13- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart1
13+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart1
1414 timeout_in_minutes : 300
1515 agents :
1616 provider : gcp
1717 image : family/elasticsearch-ubuntu-2004
1818 machineType : n1-standard-32
1919 buildDirectory : /dev/shm/bk
2020 - label : part2
21- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart2
21+ 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
2525 image : family/elasticsearch-ubuntu-2004
2626 machineType : n1-standard-32
2727 buildDirectory : /dev/shm/bk
2828 - label : part3
29- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart3
29+ 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
3333 image : family/elasticsearch-ubuntu-2004
3434 machineType : n1-standard-32
3535 buildDirectory : /dev/shm/bk
3636 - label : part4
37- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart4
37+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart4
38+ timeout_in_minutes : 300
39+ agents :
40+ provider : gcp
41+ image : family/elasticsearch-ubuntu-2004
42+ machineType : n1-standard-32
43+ buildDirectory : /dev/shm/bk
44+ - label : part5
45+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart5
3846 timeout_in_minutes : 300
3947 agents :
4048 provider : gcp
@@ -44,20 +52,41 @@ steps:
4452 - group : bwc-snapshots
4553 steps :
4654 - label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
47- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files v$$BWC_VERSION#bwcTest
55+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints v$$BWC_VERSION#bwcTest
4856 timeout_in_minutes : 300
4957 matrix :
5058 setup :
51- BWC_VERSION : ["7 .17.19 ", "8.12.3 ", "8.13 .0", "8.14 .0"]
59+ BWC_VERSION : ["8 .17.6 ", "8.18.0 ", "8.19 .0", "9.0.1", "9.1 .0"]
5260 agents :
5361 provider : gcp
5462 image : family/elasticsearch-ubuntu-2004
5563 machineType : custom-32-98304
5664 buildDirectory : /dev/shm/bk
5765 env :
5866 BWC_VERSION : " {{matrix.BWC_VERSION}}"
67+ - group : lucene-compat
68+ steps :
69+ - label : " {{matrix.LUCENE_VERSION}} / lucene-compat"
70+ 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
71+ timeout_in_minutes : 300
72+ matrix :
73+ setup :
74+ LUCENE_VERSION :
75+ - " 10.0.0"
76+ ES_VERSION :
77+ - " 9.0.0"
78+ ES_COMMIT :
79+ - " 10352e57d85505984582616e1e38530d3ec6ca59" # update to match last commit before lucene bump maintained from combat-lucene-10-0-0 branch
80+ agents :
81+ provider : gcp
82+ image : family/elasticsearch-ubuntu-2004
83+ machineType : custom-32-98304
84+ buildDirectory : /dev/shm/bk
85+ env :
86+ ES_VERSION : " {{matrix.ES_VERSION}}"
87+ ES_COMMIT : " {{matrix.ES_COMMIT}}"
5988 - label : rest-compat
60- command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkRestCompat
89+ command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkRestCompat
6190 timeout_in_minutes : 300
6291 agents :
6392 provider : gcp
6897 - trigger : elasticsearch-dra-workflow
6998 label : Trigger DRA snapshot workflow
7099 async : true
100+ branches : " main 9.* 8.* 7.17"
71101 build :
72102 branch : " $BUILDKITE_BRANCH"
73103 commit : " $BUILDKITE_COMMIT"
0 commit comments