Module: Mesa Branch: main Commit: 520c5091d7de4290f87bb984a59e7ac2993471a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=520c5091d7de4290f87bb984a59e7ac2993471a4
Author: Eric Engestrom <[email protected]> Date: Tue May 23 12:35:18 2023 +0100 ci: disable anholt's farm Its http cache proxy has been returning `curl: (52) Empty reply from server` for a while and rebooting it didn't help, so turn it off for now. Suggested-by: Emma Anholt <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c6d90df257..0c5021badd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ variables: MICROSOFT_FARM: "online" LIMA_FARM: "online" IGALIA_FARM: "online" - ANHOLT_FARM: "online" + ANHOLT_FARM: "offline" VALVE_FARM: "online" AUSTRIANCODER_FARM: "online" # only etnaviv GPUs
