|
| 1 | +# This file is auto-generated. See .buildkite/pipelines/intake.template.yml |
| 2 | +steps: |
| 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 |
| 5 | + timeout_in_minutes: 300 |
| 6 | + agents: |
| 7 | + provider: gcp |
| 8 | + image: family/elasticsearch-ubuntu-2004 |
| 9 | + machineType: custom-32-98304 |
| 10 | + buildDirectory: /dev/shm/bk |
| 11 | + - wait |
| 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 |
| 14 | + timeout_in_minutes: 300 |
| 15 | + agents: |
| 16 | + provider: gcp |
| 17 | + image: family/elasticsearch-ubuntu-2004 |
| 18 | + machineType: custom-32-98304 |
| 19 | + buildDirectory: /dev/shm/bk |
| 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 |
| 22 | + timeout_in_minutes: 300 |
| 23 | + agents: |
| 24 | + provider: gcp |
| 25 | + image: family/elasticsearch-ubuntu-2004 |
| 26 | + machineType: custom-32-98304 |
| 27 | + buildDirectory: /dev/shm/bk |
| 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 |
| 30 | + timeout_in_minutes: 300 |
| 31 | + agents: |
| 32 | + provider: gcp |
| 33 | + image: family/elasticsearch-ubuntu-2004 |
| 34 | + machineType: custom-32-98304 |
| 35 | + buildDirectory: /dev/shm/bk |
| 36 | + - group: bwc-snapshots |
| 37 | + steps: |
| 38 | + - label: "{{matrix.BWC_VERSION}} / bwc-snapshots" |
| 39 | + 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 |
| 40 | + timeout_in_minutes: 300 |
| 41 | + matrix: |
| 42 | + setup: |
| 43 | + BWC_VERSION: ["7.17.13", "8.9.2", "8.10.0"] |
| 44 | + agents: |
| 45 | + provider: gcp |
| 46 | + image: family/elasticsearch-ubuntu-2004 |
| 47 | + machineType: custom-32-98304 |
| 48 | + buildDirectory: /dev/shm/bk |
| 49 | + env: |
| 50 | + BWC_VERSION: "{{matrix.BWC_VERSION}}" |
| 51 | + - label: rest-compat |
| 52 | + 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 |
| 53 | + timeout_in_minutes: 300 |
| 54 | + agents: |
| 55 | + provider: gcp |
| 56 | + image: family/elasticsearch-ubuntu-2004 |
| 57 | + machineType: custom-32-98304 |
| 58 | + buildDirectory: /dev/shm/bk |
| 59 | + - wait |
| 60 | + - trigger: elasticsearch-dra-workflow |
| 61 | + label: Trigger DRA snapshot workflow |
| 62 | + async: true |
| 63 | + build: |
| 64 | + branch: "$BUILDKITE_BRANCH" |
| 65 | + commit: "$BUILDKITE_COMMIT" |
| 66 | + env: |
| 67 | + DRA_WORKFLOW: snapshot |
0 commit comments