Skip to content

Commit

Permalink
[dra] Trigger elasticsearch-hadoop dra build whenever we build a new …
Browse files Browse the repository at this point in the history
…staging artifact (elastic#104084)

(cherry picked from commit 6a386ba)
  • Loading branch information
brianseeders committed Jan 8, 2024
1 parent 58bcceb commit cb3d777
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/pipelines/dra-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ steps:
image: family/elasticsearch-ubuntu-2204
machineType: custom-32-98304
buildDirectory: /dev/shm/bk
- 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
if: build.env('DRA_WORKFLOW') == 'staging'

0 comments on commit cb3d777

Please sign in to comment.