mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
105 lines
4.4 KiB
YAML
105 lines
4.4 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-file-fingerprints 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-file-fingerprints checkPart1
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: n1-standard-32
|
|
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-file-fingerprints checkPart2
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: n1-standard-32
|
|
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-file-fingerprints checkPart3
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: n1-standard-32
|
|
buildDirectory: /dev/shm/bk
|
|
- label: part4
|
|
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart4
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: n1-standard-32
|
|
buildDirectory: /dev/shm/bk
|
|
- label: part5
|
|
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints checkPart5
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: n1-standard-32
|
|
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-file-fingerprints v$$BWC_VERSION#bwcTest
|
|
timeout_in_minutes: 300
|
|
matrix:
|
|
setup:
|
|
BWC_VERSION: ["8.16.7", "8.17.5", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|
|
env:
|
|
BWC_VERSION: "{{matrix.BWC_VERSION}}"
|
|
- group: lucene-compat
|
|
steps:
|
|
- label: "{{matrix.LUCENE_VERSION}} / lucene-compat"
|
|
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints -Dtests.bwc.main.version=$$ES_VERSION -Dtests.bwc.refspec.main=$$ES_COMMIT luceneBwcTest
|
|
timeout_in_minutes: 300
|
|
matrix:
|
|
setup:
|
|
LUCENE_VERSION:
|
|
- "10.0.0"
|
|
ES_VERSION:
|
|
- "9.0.0"
|
|
ES_COMMIT:
|
|
- "10352e57d85505984582616e1e38530d3ec6ca59" # update to match last commit before lucene bump maintained from combat-lucene-10-0-0 branch
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|
|
env:
|
|
ES_VERSION: "{{matrix.ES_VERSION}}"
|
|
ES_COMMIT: "{{matrix.ES_COMMIT}}"
|
|
- label: rest-compat
|
|
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-file-fingerprints 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
|
|
branches: "main 9.* 8.* 7.17"
|
|
build:
|
|
branch: "$BUILDKITE_BRANCH"
|
|
commit: "$BUILDKITE_COMMIT"
|
|
env:
|
|
DRA_WORKFLOW: snapshot
|