Skip to content

Commit b599715

Browse files
committed
Build observabilitySRE containers after DRA is published
This gates build/push for observability SRE containers on success of DRA pipeline.
1 parent bc03bde commit b599715

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.buildkite/scripts/dra/generatesteps.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)