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 afa73bd commit 23bcd86Copy full SHA for 23bcd86
ci/input_files/build.yaml.tpl
@@ -178,6 +178,13 @@ run-e2e:
178
stage: test
179
tags: ["arch:amd64"]
180
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 }}
188
trigger:
189
project: "DataDog/serverless-e2e-tests"
190
strategy: depend
0 commit comments