Mesa (master): ci: disable the windows tests until the runner can be stabilized again

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 18 02:09:10 UTC 2020


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

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jun 17 15:29:31 2020 -0700

ci: disable the windows tests until the runner can be stabilized again

I've been getting a stream of errors from Marge today like:

FAILED: src/gallium/drivers/llvmpipe/lp_test_conv.exe
link @src/gallium/drivers/llvmpipe/lp_test_conv.exe.rsp
LINK : fatal error LNK1102: out of memory
[1080/1141] Compiling C object src/gallium/frontends/wgl/945cc3d@@wgl at sta/stw_getprocaddress.c.obj

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5534>

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17c33d3c12a..dd4c2a8951b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -558,7 +558,7 @@ meson-clang:
     CC: "ccache clang-9"
     CXX: "ccache clang++-9"
 
-meson-windows-vs2019:
+.meson-windows-vs2019:
   extends:
     - .build-windows
     - .use-windows_build_vs2019



More information about the mesa-commit mailing list