Skip to content

Commit e4b53d5

Browse files
authored
[dra] Trigger elasticsearch-hadoop dra build whenever we build a new staging artifact (#104084) (#104093)
(cherry picked from commit 6a386ba)
1 parent 0f9ecaa commit e4b53d5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.buildkite/pipelines/dra-workflow.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ steps:
77
image: family/elasticsearch-ubuntu-2204
88
machineType: custom-32-98304
99
buildDirectory: /dev/shm/bk
10+
- wait
11+
# The hadoop build depends on the ES artifact
12+
# So let's trigger the hadoop build any time we build a new staging artifact
13+
- trigger: elasticsearch-hadoop-dra-workflow
14+
async: true
15+
build:
16+
branch: "${BUILDKITE_BRANCH}"
17+
env:
18+
DRA_WORKFLOW: staging
19+
if: build.env('DRA_WORKFLOW') == 'staging'

0 commit comments

Comments
 (0)