From 3ccdf1407a3929b83d4ccd4849d359facfc31eda Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Wed, 2 Nov 2022 19:00:29 +0100 Subject: [PATCH] clarified autobuild timeouts --- docker-hub/builds/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docker-hub/builds/index.md b/docker-hub/builds/index.md index 5c1a50a9af..1588d08877 100644 --- a/docker-hub/builds/index.md +++ b/docker-hub/builds/index.md @@ -202,6 +202,8 @@ display for the build. ![list of builds showing the cancel icon](images/build-cancelicon.png) +## Failing builds + If a build fails, a **Retry** icon appears next to the build report line on the **General** and **Builds** tabs. The **Build report** page and **Timeline logs** also display a **Retry** button. @@ -212,6 +214,15 @@ If a build fails, a **Retry** icon appears next to the build report line on the > If you are viewing the build details for a repository that belongs to an > Organization, the Cancel and Retry buttons only appear if you have `Read & Write` access to the repository. +Automated builds have a 4-hour execution time limit. If a build reaches this time limit, it's +automatically cancelled, and the build logs display the following message: + +```text +2022-11-02T17:42:27Z The build was cancelled or exceeded the maximum execution time. +``` + +This log message is the same as when you actively cancel a build. To identify +whether a build was automatically cancelled, check the build duration. ## Disable an automated build