Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
14636b6c
Commit
14636b6c
authored
Feb 06, 2020
by
Kyle Wiebers
Committed by
Rémy Coutable
Feb 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add job-execution-timeout reason to retry logic
parent
1fe90d1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+2
-0
doc/development/pipelines.md
doc/development/pipelines.md
+2
-2
No files found.
.gitlab/ci/global.gitlab-ci.yml
View file @
14636b6c
...
...
@@ -9,6 +9,8 @@
-
unknown_failure
-
api_failure
-
runner_system_failure
-
job_execution_timeout
-
stuck_or_timeout_failure
.default-before_script
:
before_script
:
...
...
doc/development/pipelines.md
View file @
14636b6c
...
...
@@ -71,8 +71,8 @@ These common definitions are:
-
`.default-tags`
: Ensures a job has the
`gitlab-org`
tag to ensure it's using
our dedicated runners.
-
`.default-retry`
: Allows a job to
retry
upon
`unknown_failure`
,
`api_failure`
,
`runner_system_failure`
.
-
`.default-retry`
: Allows a job to
[
retry
](
../ci/yaml/README.md#retry
)
upon
`unknown_failure`
,
`api_failure`
,
`runner_system_failure`
,
`job_execution_timeout`
, or
`stuck_or_timeout_failure`
.
-
`.default-before_script`
: Allows a job to use a default
`before_script`
definition
suitable for Ruby/Rails tasks that may need a database running (e.g. tests).
-
`.default-cache`
: Allows a job to use a default
`cache`
definition suitable for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment