Skip to content
Snippets Groups Projects
Commit 019bd969 authored by Kyle Wiebers's avatar Kyle Wiebers :speech_balloon:
Browse files

Merge branch 'set-default-pipeline-timeout' into 'master'

Set default job timeout to 90m and dast to 4h

See merge request !36983
parents d8237a10 21d1a9c1
No related branches found
No related tags found
No related merge requests found
Pipeline #167079871 failed
......@@ -20,6 +20,8 @@ default:
- gitlab-org
# All jobs are interruptible by default
interruptible: true
# Default job timeout set to 90m https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/10520
timeout: 90m
workflow:
rules:
......
......@@ -172,6 +172,7 @@ dependency_scanning:
# # - 'export DAST_AUTH_URL="${DAST_WEBSITE}/users/sign_in"'
# # - 'export DAST_PASSWORD="${REVIEW_APPS_ROOT_PASSWORD}"'
# - /analyze -t $DAST_WEBSITE
# timeout: 4h
# artifacts:
# paths:
# - gl-dast-report.json # GitLab-specific
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment