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 59bee4c commit 648de9aCopy full SHA for 648de9a
ci/input_files/build.yaml.tpl
@@ -262,13 +262,11 @@ e2e-test:
262
{{- end }}
263
264
265
-e2e-status:
266
- stage: e2e
+e2e-test-status:
+ stage: test
267
image: registry.ddbuild.io/images/docker:20.10-py3
268
tags: ["arch:amd64"]
269
- needs:
270
- - e2e-test
271
script:
272
- - git clone -b rey.abolofia/status-check --single-branch https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/serverless-e2e-tests.git
+ - git clone -b rey.abolofia/status-check --single-branch https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/serverless-e2e-tests
273
- cd ./serverless-e2e-tests
274
- ./scripts/check_e2e_status.sh
0 commit comments