Skip to content

Commit 91a8afa

Browse files
committed
Inherit dependencies and variables.
1 parent b536706 commit 91a8afa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,17 @@ e2e-test:
259259
trigger:
260260
project: DataDog/serverless-e2e-tests
261261
strategy: depend
262-
artifacts: true
263262
variables:
264263
LANGUAGES_SUBSET: python
265264
needs: {{ range (ds "runtimes").runtimes }}
266265
{{- if eq .arch "amd64" }}
267266
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
268267
{{- end }}
269268
{{- end }}
269+
dependencies: {{ range (ds "runtimes").runtimes }}
270+
{{- if eq .arch "amd64" }}
271+
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
272+
{{- end }}
273+
{{- end }}
274+
inherit:
275+
variables: true

0 commit comments

Comments
 (0)