Skip to content

Commit b159dcf

Browse files
committed
Add e2e-status check.
1 parent 0ae5a4f commit b159dcf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,14 @@ e2e-test:
273273
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
274274
{{- end }}
275275
{{- end }}
276+
277+
e2e-status:
278+
stage: e2e
279+
image: registry.ddbuild.io/images/mirror/alpine:latest
280+
tags: ["arch:amd64"]
281+
needs:
282+
- e2e-test
283+
script:
284+
- echo "✅ e2e tests completed successfully"
285+
rules:
286+
- when: on_success

0 commit comments

Comments
 (0)