commit | 2009b9b5e2813910cc603db234b29299d96774c1 | [log] [tgz] |
---|---|---|
author | Eric Engestrom <eric@igalia.com> | Fri Sep 01 13:28:36 2023 +0100 |
committer | Marge Bot <emma+marge@anholt.net> | Thu Sep 21 08:21:04 2023 +0000 |
tree | 8cb9782c2e5ecdc0bfe01543aab78d4d523946ad | |
parent | 33ca3a999c9a66571dd6ab8a42f4ee83d7ea13e8 [diff] |
ci: limit build jobs to 30min so that they can retry when they go wrong Build jobs should never take more than 1-3 minutes. These jobs are never slow, either they finish within reasonable time or something has gone wrong and the job will never terminate, so we should instead timeout and retry. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24995>