From 13f36d66ad5ee581740ec13297a33312863e1c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Wed, 7 Sep 2022 14:45:25 +0200 Subject: [PATCH] ci: disable the freedreno farm. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4e05c7eaa954..d3d72780ca6ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ variables: PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO" # Individual CI farm status, set to "offline" to disable jobs # running on a particular CI farm (ie. for outages, etc): - FD_FARM: "online" + FD_FARM: "offline" COLLABORA_FARM: "online" MICROSOFT_FARM: "online" LIMA_FARM: "online"