Module: Mesa Branch: main Commit: 7447c158944b0938701d5a17f61e1a7d40d4e0e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7447c158944b0938701d5a17f61e1a7d40d4e0e8
Author: Sergi Blanch Torne <[email protected]> Date: Mon Jun 5 10:31:30 2023 +0200 Revert "ci: disable Collabora's LAVA lab for maintance" This reverts commit https://gitlab.freedesktop.org/mesa/mesa/-/commit/7059aa2f842aae442e75b4d6e9d4a37bf4489bff Signed-off-by: Sergi Blanch Torne <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23429> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b0f36b525c..3c6d90df257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ variables: # Individual CI farm status, set to "offline" to disable jobs # running on a particular CI farm (ie. for outages, etc): FD_FARM: "online" - COLLABORA_FARM: "offline" + COLLABORA_FARM: "online" MICROSOFT_FARM: "online" LIMA_FARM: "online" IGALIA_FARM: "online"
