We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9ecaa commit e4b53d5Copy full SHA for e4b53d5
.buildkite/pipelines/dra-workflow.yml
@@ -7,3 +7,13 @@ steps:
7
image: family/elasticsearch-ubuntu-2204
8
machineType: custom-32-98304
9
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