Skip to content

Commit 91edc88

Browse files
committed
Needing publish loads dotenv artifact.
1 parent 0c3f604 commit 91edc88

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@ e2e-status:
280280
tags: ["arch:amd64"]
281281
needs:
282282
- e2e-test
283+
{{- range (ds "runtimes").runtimes }}
284+
{{- if eq .arch "amd64" }}
285+
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
286+
{{- end }}
287+
{{- end }}
283288
script:
284289
- echo "Python layer ARNs used in E2E tests:"
285290
{{- range (ds "runtimes").runtimes }}
@@ -289,9 +294,6 @@ e2e-status:
289294
{{- end }}
290295
{{- end }}
291296
- |
292-
# TODO: link to the test results
293-
# make this job start running at same time as e2e-test job
294-
# do not wait around for the scheduled job to complete
295297
if [ "${CI_JOB_STATUS}" = "failed" ]; then
296298
echo "❌ E2E tests failed"
297299
exit 1

0 commit comments

Comments
 (0)