|
7 | 7 | image: family/elasticsearch-ubuntu-2004 |
8 | 8 | machineType: custom-32-98304 |
9 | 9 | buildDirectory: /dev/shm/bk |
| 10 | + diskSizeGb: 250 |
10 | 11 | - wait |
11 | 12 | - label: part1 |
12 | 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 |
|
16 | 17 | image: family/elasticsearch-ubuntu-2004 |
17 | 18 | machineType: n1-standard-32 |
18 | 19 | buildDirectory: /dev/shm/bk |
| 20 | + diskSizeGb: 250 |
19 | 21 | - label: part2 |
20 | 22 | 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 | 23 | timeout_in_minutes: 300 |
|
24 | 26 | image: family/elasticsearch-ubuntu-2004 |
25 | 27 | machineType: n1-standard-32 |
26 | 28 | buildDirectory: /dev/shm/bk |
| 29 | + diskSizeGb: 250 |
27 | 30 | - label: part3 |
28 | 31 | 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 | 32 | timeout_in_minutes: 300 |
|
32 | 35 | image: family/elasticsearch-ubuntu-2004 |
33 | 36 | machineType: n1-standard-32 |
34 | 37 | buildDirectory: /dev/shm/bk |
| 38 | + diskSizeGb: 250 |
35 | 39 | - label: part4 |
36 | 40 | 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 | 41 | timeout_in_minutes: 300 |
|
40 | 44 | image: family/elasticsearch-ubuntu-2004 |
41 | 45 | machineType: n1-standard-32 |
42 | 46 | buildDirectory: /dev/shm/bk |
| 47 | + diskSizeGb: 250 |
43 | 48 | - label: part5 |
44 | 49 | 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 | 50 | timeout_in_minutes: 300 |
|
48 | 53 | image: family/elasticsearch-ubuntu-2004 |
49 | 54 | machineType: n1-standard-32 |
50 | 55 | buildDirectory: /dev/shm/bk |
| 56 | + diskSizeGb: 250 |
51 | 57 | - group: bwc-snapshots |
52 | 58 | steps: |
53 | 59 | - label: "{{matrix.BWC_VERSION}} / bwc-snapshots" |
|
61 | 67 | image: family/elasticsearch-ubuntu-2004 |
62 | 68 | machineType: custom-32-98304 |
63 | 69 | buildDirectory: /dev/shm/bk |
| 70 | + diskSizeGb: 250 |
64 | 71 | env: |
65 | 72 | BWC_VERSION: "{{matrix.BWC_VERSION}}" |
66 | 73 | - label: rest-compat |
|
71 | 78 | image: family/elasticsearch-ubuntu-2004 |
72 | 79 | machineType: custom-32-98304 |
73 | 80 | buildDirectory: /dev/shm/bk |
| 81 | + diskSizeGb: 250 |
74 | 82 | - wait |
75 | 83 | - trigger: elasticsearch-dra-workflow |
76 | 84 | label: Trigger DRA snapshot workflow |
|
0 commit comments