Skip to content

Commit 2eb31e2

Browse files
committed
Improve status reporting of e2e-test ci job.
1 parent ca4dd9f commit 2eb31e2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,12 @@ e2e-test:
261261
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
262262
{{- end }}
263263
{{- end }}
264+
265+
e2e-test-status:
266+
stage: test
267+
image: registry.ddbuild.io/images/docker:20.10-py3
268+
tags: ["arch:amd64"]
269+
script:
270+
- git clone -b rey.abolofia/status-check --single-branch https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/serverless-e2e-tests
271+
- cd ./serverless-e2e-tests
272+
- ./scripts/check_e2e_status.sh

0 commit comments

Comments
 (0)