1
1
# This file is auto-generated. See .buildkite/pipelines/intake.template.yml
2
2
steps :
3
3
- 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
5
5
timeout_in_minutes : 300
6
6
agents :
7
7
provider : gcp
@@ -10,39 +10,39 @@ steps:
10
10
buildDirectory : /dev/shm/bk
11
11
- wait
12
12
- 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
14
14
timeout_in_minutes : 300
15
15
agents :
16
16
provider : gcp
17
17
image : family/elasticsearch-ubuntu-2004
18
18
machineType : n1-standard-32
19
19
buildDirectory : /dev/shm/bk
20
20
- 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
22
22
timeout_in_minutes : 300
23
23
agents :
24
24
provider : gcp
25
25
image : family/elasticsearch-ubuntu-2004
26
26
machineType : n1-standard-32
27
27
buildDirectory : /dev/shm/bk
28
28
- 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
30
30
timeout_in_minutes : 300
31
31
agents :
32
32
provider : gcp
33
33
image : family/elasticsearch-ubuntu-2004
34
34
machineType : n1-standard-32
35
35
buildDirectory : /dev/shm/bk
36
36
- 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
38
timeout_in_minutes : 300
39
39
agents :
40
40
provider : gcp
41
41
image : family/elasticsearch-ubuntu-2004
42
42
machineType : n1-standard-32
43
43
buildDirectory : /dev/shm/bk
44
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-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
46
46
timeout_in_minutes : 300
47
47
agents :
48
48
provider : gcp
@@ -52,11 +52,11 @@ steps:
52
52
- group : bwc-snapshots
53
53
steps :
54
54
- 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
56
56
timeout_in_minutes : 300
57
57
matrix :
58
58
setup :
59
- BWC_VERSION : ["8.16.1 ", "8.17.0", "9.0.0"]
59
+ BWC_VERSION : ["8.16.4 ", "8.17.2", "8.18 .0", "9.0.0"]
60
60
agents :
61
61
provider : gcp
62
62
image : family/elasticsearch-ubuntu-2004
65
65
env :
66
66
BWC_VERSION : " {{matrix.BWC_VERSION}}"
67
67
- 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
69
69
timeout_in_minutes : 300
70
70
agents :
71
71
provider : gcp
0 commit comments