Mesa (master): CI: Remove ludicrous Windows container build timeout

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 27 13:05:18 UTC 2020


Module: Mesa
Branch: master
Commit: 77a474cb88e57ad9ad5d01b5bd2ea9e664097a56
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77a474cb88e57ad9ad5d01b5bd2ea9e664097a56

Author: Daniel Stone <daniels at collabora.com>
Date:   Thu Nov 26 19:03:47 2020 +0000

CI: Remove ludicrous Windows container build timeout

The full end-to-end job now completes in around 45min, which is far more
reasonable than the previous 3.5h.

Signed-off-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7537>

---

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96664b19a7e..e659ede940c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -448,7 +448,6 @@ arm64_test:
   stage: container
   variables:
     GIT_STRATEGY: fetch # we do actually need the full repository though
-  timeout: 4h # LLVM takes ages
   tags:
     - windows
     - shell



More information about the mesa-commit mailing list