Module: Mesa Branch: staging/22.1 Commit: 8a53885999310c857ba49554d2faa4e662d61f8a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a53885999310c857ba49554d2faa4e662d61f8a
Author: Daniel Stone <[email protected]> Date: Wed Apr 20 21:05:21 2022 +0100 CI: Disable Windows jobs We are underprovisioned for Windows, almost certainly not running wide enough on the insufficient number of slots we do have, and there are also indications that the machine itself is having physical issues. Disable it until it's fixed. Signed-off-by: Daniel Stone <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16185> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e166eaed432..4d3a1de18a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: # running on a particular CI farm (ie. for outages, etc): FD_FARM: "online" COLLABORA_FARM: "online" - MICROSOFT_FARM: "online" + MICROSOFT_FARM: "offline" default: before_script:
