File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ steps:
32
32
image : family/elasticsearch-ubuntu-2004
33
33
machineType : custom-32-98304
34
34
buildDirectory : /dev/shm/bk
35
+ - label : part4
36
+ 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
+ timeout_in_minutes : 300
38
+ agents :
39
+ provider : gcp
40
+ image : family/elasticsearch-ubuntu-2004
41
+ machineType : custom-32-98304
42
+ buildDirectory : /dev/shm/bk
35
43
- group : bwc-snapshots
36
44
steps :
37
45
- label : " {{matrix.BWC_VERSION}} / bwc-snapshots"
Original file line number Diff line number Diff line change 47
47
- checkPart1
48
48
- checkPart2
49
49
- checkPart3
50
+ - checkPart4
50
51
- checkRestCompat
51
52
agents :
52
53
provider : gcp
70
71
- checkPart1
71
72
- checkPart2
72
73
- checkPart3
74
+ - checkPart4
73
75
- checkRestCompat
74
76
agents :
75
77
provider : aws
Original file line number Diff line number Diff line change 49
49
- checkPart1
50
50
- checkPart2
51
51
- checkPart3
52
+ - checkPart4
52
53
- checkRestCompat
53
54
agents :
54
55
provider : gcp
89
90
- checkPart1
90
91
- checkPart2
91
92
- checkPart3
93
+ - checkPart4
92
94
- checkRestCompat
93
95
agents :
94
96
provider : gcp
Original file line number Diff line number Diff line change @@ -370,6 +370,7 @@ steps:
370
370
- checkPart1
371
371
- checkPart2
372
372
- checkPart3
373
+ - checkPart4
373
374
- checkRestCompat
374
375
agents :
375
376
provider : gcp
@@ -410,6 +411,7 @@ steps:
410
411
- checkPart1
411
412
- checkPart2
412
413
- checkPart3
414
+ - checkPart4
413
415
- checkRestCompat
414
416
agents :
415
417
provider : gcp
You can’t perform that action at this time.
0 commit comments