Module: Mesa Branch: main Commit: 60d7e15a7e61c6d51c3fa8e26839793782a12fb4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60d7e15a7e61c6d51c3fa8e26839793782a12fb4
Author: Sergi Blanch Torne <[email protected]> Date: Wed Jan 25 12:54:57 2023 +0100 ci: disable Collabora's LAVA lab for maintance This is to inform you of some planned downtime in the LAVA lab as follows: Start: 2023-02-04 06:00 GMT End: 2023-02-06 12:00 GMT Signed-off-by: Sergi Blanch Torne <[email protected]> Signed-off-by: Guilherme Gallo <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21119> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1d7c083cc1..27f75efc8dc 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: "online" + COLLABORA_FARM: "offline" MICROSOFT_FARM: "online" LIMA_FARM: "online" IGALIA_FARM: "online"
