Mesa (main): CI: Disable Windows jobs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 20 21:01:57 UTC 2022


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

Author: Daniel Stone <daniels at collabora.com>
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 <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16055>

---

 .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:



More information about the mesa-commit mailing list