From 948bcb773e99139a22adf7be07fb079ab2c3ac5e Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 11 Aug 2021 19:33:12 +0200 Subject: [PATCH] .gitlab-ci: Allow failure of windows runners as they are broken Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider (cherry picked from commit 6daa95f9c196547b61ceffa9256e6bce45926399) --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fa826bc..e2b99e00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -507,6 +507,9 @@ tumbleweed/static-analysis: -DPICKY_DEVELOPER=ON -DWITH_SFTP=ON -DWITH_SERVER=ON -DWITH_ZLIB=ON -DWITH_PCAP=ON -DUNIT_TESTING=ON .. + # The Windows runners are broken for last month + # https://gitlab.com/gitlab-org/ci-cd/shared-runners/images/gcp/windows-containers/-/issues/40 + allow_failure: true visualstudio/x86_64: extends: .vs