From f46064d40fc1e321490d6dfffc9e85a1277bc773 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 8 Sep 2022 11:26:15 -0700 Subject: [PATCH] Revert "ci: disable the freedreno farm." It's been moved back to the lab network, which hopefully has been stabilized. This reverts commit 13f36d66ad5ee581740ec13297a33312863e1c56. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dec3d7ed8dc14..d800da8eec8fa 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: "offline" + FD_FARM: "online" COLLABORA_FARM: "online" MICROSOFT_FARM: "online" LIMA_FARM: "online"