Skip to content

Commit 23bcd86

Browse files
committed
Add dependencies?
1 parent afa73bd commit 23bcd86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ run-e2e:
178178
stage: test
179179
tags: ["arch:amd64"]
180180
image: registry.ddbuild.io/images/docker:20.10-py3
181+
needs: {{ range $runtime := (ds "runtimes").runtimes }}
182+
- publish-layer-sandbox ({{ $runtime.name }}-amd64): [us-west-2]
183+
{{- end }}
184+
dependencies:
185+
{{ range (ds "runtimes").runtimes }}
186+
- build-layer ({{ .name }}-{{ .arch }})
187+
{{ end }}
181188
trigger:
182189
project: "DataDog/serverless-e2e-tests"
183190
strategy: depend

0 commit comments

Comments
 (0)