Module: Mesa Branch: main Commit: 36f6eb88cb6efae9713e3f818725f888b0061cd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36f6eb88cb6efae9713e3f818725f888b0061cd8
Author: Sergi Blanch Torne <[email protected]> Date: Thu Feb 16 10:47:07 2023 +0100 Revert "ci: disable Collabora's LAVA lab for maintance" This reverts commit https://gitlab.freedesktop.org/mesa/mesa/-/commit/6be7469df1e12bd57c697ff7e34bbda8286d67a2 Signed-off-by: Sergi Blanch Torne <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21356> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8121dc1e18e..318d6a03451 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,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"
