From bc2e1a3ed67fb4cca88229e547f6b95be05c4d5e Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 25 Aug 2022 19:40:38 -0700 Subject: [PATCH] ci: disable the freedreno farm. It seems to have gone down at the end of the day today. I'm off tomorrow, someone else can debug. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4e05c7eaa9..d3d72780ca6 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"