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 ca4dd9f commit 2eb31e2Copy full SHA for 2eb31e2
ci/input_files/build.yaml.tpl
@@ -261,3 +261,12 @@ e2e-test:
261
- "publish-layer-sandbox ({{ .name }}-{{ .arch }}): [{{ $e2e_region }}]"
262
{{- end }}
263
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