mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -04:00
24 lines
730 B
YAML
24 lines
730 B
YAML
steps:
|
|
- command: .buildkite/scripts/dra-workflow.sh
|
|
env:
|
|
USE_DRA_CREDENTIALS: "true"
|
|
USE_MAVEN_GPG: "true"
|
|
USE_PROD_DOCKER_CREDENTIALS: "true"
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2204
|
|
machineType: custom-32-98304
|
|
localSsds: 1
|
|
localSsdInterface: nvme
|
|
diskSizeGb: 350
|
|
- wait
|
|
# The hadoop build depends on the ES artifact
|
|
# So let's trigger the hadoop build any time we build a new staging artifact
|
|
- trigger: elasticsearch-hadoop-dra-workflow
|
|
async: true
|
|
build:
|
|
branch: "${BUILDKITE_BRANCH}"
|
|
env:
|
|
DRA_WORKFLOW: staging
|
|
USE_PROD_DOCKER_CREDENTIALS: "true"
|
|
if: build.env('DRA_WORKFLOW') == 'staging'
|