From 6a16ed8d7949424f160cb2f1a17bc71d892ee66e Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 28 Mar 2023 11:10:10 +0100 Subject: [PATCH] CI: Disable freedreno The proxy has been broken ever since the network went down. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6045859..3530efe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,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" -- 2.7.4