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 27430d2 commit b164380Copy full SHA for b164380
ci/input_files/build.yaml.tpl
@@ -280,6 +280,11 @@ e2e-status:
280
tags: ["arch:amd64"]
281
needs:
282
- e2e-test
283
+ {{- range (ds "runtimes").runtimes }}
284
+ {{- if eq .arch "amd64" }}
285
+ - "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
286
+ {{- end }}
287
288
script:
289
- echo "Python layer ARNs used in E2E tests:"
290
{{- range (ds "runtimes").runtimes }}
0 commit comments