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,39 +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 
3838    timeout_in_minutes : 300 
3939    agents :
4040      provider : gcp 
4141      image : family/elasticsearch-ubuntu-2004 
4242      machineType : n1-standard-32 
4343      buildDirectory : /dev/shm/bk 
4444  - label : part5 
45-     command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files  checkPart5 
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 
4646    timeout_in_minutes : 300 
4747    agents :
4848      provider : gcp 
5252  - group : bwc-snapshots 
5353    steps :
5454      - label : " {{matrix.BWC_VERSION}} / bwc-snapshots" 
55-         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 
5656        timeout_in_minutes : 300 
5757        matrix :
5858          setup :
6565        env :
6666          BWC_VERSION : " {{matrix.BWC_VERSION}}" 
6767  - label : rest-compat 
68-     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 
68+     command : .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints  checkRestCompat 
6969    timeout_in_minutes : 300 
7070    agents :
7171      provider : gcp 
0 commit comments