]> git.baikalelectronics.ru Git - uboot.git/commit
Azure: Set the timeout for jobs to the maximum
authorTom Rini <trini@konsulko.com>
Sun, 20 Aug 2023 17:31:26 +0000 (13:31 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 28 Aug 2023 19:59:22 +0000 (15:59 -0400)
commitf4387e818e713138e5b400078d3da3b9a044d8c8
tree21622a178970723ef654ff569b042a041ca4c9c9
parentec42f70ee778a7775a79c51e3aa0c024946cc79f
Azure: Set the timeout for jobs to the maximum

As per current Azure Pipelines documentation we qualify for 3600 minutes
per job, if specified, as the timeout. The default unspecified timeout
is 60 minutes. Rework things to specify 0 as the timeout (and so maximum
allowed) so that we don't have failures due to running slightly past 60
minutes total.

Link: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops&tabs=yaml#timeouts
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.azure-pipelines.yml