Module: Mesa Branch: main Commit: fdf746cb2b0c56d061f54e73974b22b33abe2620 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fdf746cb2b0c56d061f54e73974b22b33abe2620
Author: Erico Nunes <[email protected]> Date: Sun Apr 16 13:40:28 2023 +0200 Revert "ci: disable lima farm, currently out-of-space, needs to be fixed" This reverts commit 78644c9bb0d3b7920f7676c6388b472510a54f0b. Fixes: 78644c9bb0d3b7920f76 ("ci: disable lima farm, currently out-of-space, needs to be fixed") Signed-off-by: Erico Nunes <[email protected]> Reviewed-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22513> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c371a15aba..3a72fc18393 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ variables: FD_FARM: "online" COLLABORA_FARM: "online" MICROSOFT_FARM: "online" - LIMA_FARM: "offline" + LIMA_FARM: "online" IGALIA_FARM: "online" ANHOLT_FARM: "online" VALVE_FARM: "online"
