File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,8 +84,7 @@ def ship_observability_sre_image_steps(branch, workflow_type):
8484- label: ":package: Build & Ship aarch64 ObservabilitySRE container / { branch } -{ workflow_type .upper ()} "
8585 key: "logstash_build_and_ship_observability_sre_aarch64"
8686 soft_fail: true
87- # TODO: un-comment when we want this step to run after other DRA steps
88- # depends_on: logstash_publish_dra
87+ depends_on: logstash_publish_dra
8988 agents:
9089 provider: aws
9190 imagePrefix: platform-ingest-logstash-ubuntu-2204-aarch64
@@ -102,8 +101,7 @@ def ship_observability_sre_image_steps(branch, workflow_type):
102101- label: ":package: Build & Ship x86_64 ObservabilitySRE container / { branch } -{ workflow_type .upper ()} "
103102 key: "logstash_build_and_ship_observability_sre_x86_64"
104103 soft_fail: true
105- # TODO: un-comment when we want this step to run after other DRA steps
106- # depends_on: logstash_publish_dra
104+ depends_on: logstash_publish_dra
107105 agents:
108106 provider: gcp
109107 imageProject: elastic-images-prod
You can’t perform that action at this time.
0 commit comments