Module: Mesa Branch: main Commit: 0d8cbf551db482e6168a4353fe41e174749728a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d8cbf551db482e6168a4353fe41e174749728a4
Author: Tomeu Vizoso <[email protected]> Date: Thu May 19 07:36:33 2022 +0200 Revert "ci: Disable jobs to the Collabora lab" This reverts commit 224544dc33c60b933b379eef067058ad31ef7bae. Work has finished and the lab is up and running. Signed-off-by: Tomeu Vizoso <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16600> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9614e087192..5fb25d37718 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: "offline" LIMA_FARM: "online"
