Module: Mesa Branch: main Commit: 26754f658e4f1b4a021447d78b0c8804fe5ca457 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=26754f658e4f1b4a021447d78b0c8804fe5ca457
Author: Guilherme Gallo <[email protected]> Date: Mon Feb 6 11:14:30 2023 -0300 Revert "ci: disable Collabora's LAVA lab for maintance" This reverts commit 60d7e15a7e61c6d51c3fa8e26839793782a12fb4. Signed-off-by: Guilherme Gallo <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20903> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27f75efc8dc..d1d7c083cc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,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"
