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 0c3f604 commit 91edc88Copy full SHA for 91edc88
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 }}
@@ -289,9 +294,6 @@ e2e-status:
294
{{- end }}
295
291
296
- |
292
- # TODO: link to the test results
293
- # make this job start running at same time as e2e-test job
- # do not wait around for the scheduled job to complete
297
if [ "${CI_JOB_STATUS}" = "failed" ]; then
298
echo "❌ E2E tests failed"
299
exit 1
0 commit comments