File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -269,23 +269,6 @@ e2e-status:
269269 needs:
270270 - e2e-test
271271 script:
272- - echo "Python layer ARNs used in E2E tests:"
273- { {- range (ds " runtimes" ).runtimes } }
274- { {- if eq .arch " amd64" } }
275- { {- $version := print (.name | strings.Trim " python" ) } }
276- - echo " PYTHON_{ { $version } }_VERSION=$PYTHON_{ { $version } }_VERSION"
277- { {- end } }
278- { {- end } }
279- - |
280- if [ "$CI_JOB_STATUS" = "success" ]; then
281- echo "✅ E2E tests completed successfully"
282- elif [ "$CI_JOB_STATUS" = "failed" ]; then
283- echo "❌ E2E tests failed"
284- exit 1
285- elif [ "$CI_JOB_STATUS" = "canceled" ]; then
286- echo "❌ E2E tests were canceled"
287- exit 1
288- else
289- echo "❌ E2E tests unknown status: ${ CI_JOB_STATUS} "
290- exit 1
291- fi
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
273+ - cd ./serverless-e2e-tests
274+ - ./scripts/check_e2e_status.sh
You can’t perform that action at this time.
0 commit comments