Commit 7efa4369 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'da/dast-add-retry' into 'master'

Retry DAST jobs

See merge request gitlab-org/gitlab!41574
parents 53c0d3af cbd55401
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
stage: dast stage: dast
# Default job timeout set to 90m and dast rules needs 2h to so that it won't timeout. # Default job timeout set to 90m and dast rules needs 2h to so that it won't timeout.
timeout: 2h timeout: 2h
# Add retry because of intermittent connection problems. See https://gitlab.com/gitlab-org/gitlab/-/issues/244313
retry: 1
artifacts: artifacts:
paths: paths:
- gl-dast-report.json # GitLab-specific - gl-dast-report.json # GitLab-specific
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment