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 b536706 commit 91a8afaCopy full SHA for 91a8afa
ci/input_files/build.yaml.tpl
@@ -259,11 +259,17 @@ e2e-test:
259
trigger:
260
project: DataDog/serverless-e2e-tests
261
strategy: depend
262
- artifacts: true
263
variables:
264
LANGUAGES_SUBSET: python
265
needs: {{ range (ds "runtimes").runtimes }}
266
{{- if eq .arch "amd64" }}
267
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
268
{{- end }}
269
+ dependencies: {{ range (ds "runtimes").runtimes }}
270
+ {{- if eq .arch "amd64" }}
271
+ - "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
272
+ {{- end }}
273
274
+ inherit:
275
+ variables: true
0 commit comments