From ab473a4f486146dcd474d81addc3bfcb136efd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Mon, 29 Aug 2022 23:53:38 -0400 Subject: [PATCH] ci: disable the freedreno farm. It's busted. Pushing directly. There are 6 MRs in the Marge queue and we don't have that kind of time to wait for them to time out. Acked-by: Rob Clark on IRC --- .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"