Module: Mesa Branch: staging/23.1 Commit: 596b6230594a6e1bd54a945b41375aef77061ea7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=596b6230594a6e1bd54a945b41375aef77061ea7
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> (cherry picked from commit fdf746cb2b0c56d061f54e73974b22b33abe2620) --- .gitlab-ci.yml | 2 +- .pick_status.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" diff --git a/.pick_status.json b/.pick_status.json index b932d6f22b6..f0a752af46a 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -157,7 +157,7 @@ "description": "Revert \"ci: disable lima farm, currently out-of-space, needs to be fixed\"", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "78644c9bb0d3b7920f7676c6388b472510a54f0b" },
