From 8c3c11ad33df5fccb6d3287bd89df6617b7f7ee8 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 23 Dec 2022 15:33:40 +0200 Subject: [PATCH] Revert "ci: Windows runner is experiencing DNS issues; disable Microsoft farm" Let's try this again, landed couple config changes on the runners. This reverts commit c52b7aa732e78d2ed93ef95a42262fae270c2027. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8825467..196a3f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ variables: # running on a particular CI farm (ie. for outages, etc): FD_FARM: "online" COLLABORA_FARM: "online" - MICROSOFT_FARM: "offline" + MICROSOFT_FARM: "online" LIMA_FARM: "online" IGALIA_FARM: "online" ANHOLT_FARM: "online" -- 2.7.4