Mesa (master): CI: windows: augment the timeout of building the windows container

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jan 29 18:12:27 UTC 2021


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

Author: Benjamin Tissoires <benjamin.tissoires at gmail.com>
Date:   Wed Jan 27 15:21:37 2021 +0100

CI: windows: augment the timeout of building the windows container

https://gitlab.freedesktop.org/mesa/mesa/-/jobs/6898838 failed at
uploading the containers but got kicked out right before being able to
give us a valid error.

Bump the timeout for windows container builds, to not have this
unfortunate situation.

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Reviewed-by: Daniel Stone <daniel at fooishbar.org>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8740>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c97e3c5433..70990481ef1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -456,7 +456,7 @@ windows_build_vs2019:
   stage: container
   variables:
     GIT_STRATEGY: fetch # we do actually need the full repository though
-  timeout: 2h # LLVM + piglit takes ages
+  timeout: 2h 30m # LLVM + piglit takes ages
   tags:
     - windows
     - shell



More information about the mesa-commit mailing list