Commit 57b999ed authored by Cleveland Bledsoe Jr's avatar Cleveland Bledsoe Jr Committed by Suzanne Selhorn

Add explicit instructions for maximum job timeout

parent cd79e3c1
...@@ -269,6 +269,15 @@ by a project that has jobs with a long timeout (for example, one week). ...@@ -269,6 +269,15 @@ by a project that has jobs with a long timeout (for example, one week).
When not configured, runners do not override the project timeout. When not configured, runners do not override the project timeout.
On GitLab.com, you cannot override the job timeout for shared runners and must use the [project defined timeout](../pipelines/settings.md#timeout).
To set the maximum job timeout:
1. In a project, go to **Settings > CI/CD > Runners**.
1. Select your specific runner to edit the settings.
1. Enter a value under **Maximum job timeout**.
1. Select **Save changes**.
How this feature works: How this feature works:
**Example 1 - Runner timeout bigger than project timeout** **Example 1 - Runner timeout bigger than project timeout**
......
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