68 lines
2.7 KiB
YAML
68 lines
2.7 KiB
YAML
# This file is auto-generated. See .buildkite/pipelines/intake.template.yml
|
|
steps:
|
|
- label: sanity-check
|
|
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
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|
|
- wait
|
|
- label: part1
|
|
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
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|
|
- label: part2
|
|
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
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|
|
- label: part3
|
|
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
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|
|
- group: bwc-snapshots
|
|
steps:
|
|
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots"
|
|
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
|
|
timeout_in_minutes: 300
|
|
matrix:
|
|
setup:
|
|
BWC_VERSION: ["7.17.14", "8.10.3", "8.11.0", "8.12.0"]
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|
|
env:
|
|
BWC_VERSION: "{{matrix.BWC_VERSION}}"
|
|
- label: rest-compat
|
|
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
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|
|
- wait
|
|
- trigger: elasticsearch-dra-workflow
|
|
label: Trigger DRA snapshot workflow
|
|
async: true
|
|
build:
|
|
branch: "$BUILDKITE_BRANCH"
|
|
commit: "$BUILDKITE_COMMIT"
|
|
env:
|
|
DRA_WORKFLOW: snapshot
|