Module: Mesa Branch: main Commit: fe60fa898e61c0bd4ddc408709700814a073d562 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe60fa898e61c0bd4ddc408709700814a073d562
Author: Guilherme Gallo <[email protected]> Date: Thu Apr 6 08:49:23 2023 -0300 Revert "ci: disable Collabora's LAVA lab for maintance" This reverts commit 86ad0356b6a8cc5f8b338cf7b92149b6e81f08e2. Signed-off-by: Guilherme Gallo <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22329> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 731c6f2cbc2..5c371a15aba 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: "offline" IGALIA_FARM: "online"
