From 224544dc33c60b933b379eef067058ad31ef7bae Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 24 Feb 2022 07:34:09 +0100 Subject: [PATCH] ci: Disable jobs to the Collabora lab In anticipation of infrastructure work. This commit is to be reverted later in the day. Signed-off-by: Tomeu Vizoso Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fb25d37718..9614e087192 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: "offline" LIMA_FARM: "online"