.gitlab-ci: Allow failure of windows runners as they are broken

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 6daa95f9c1)
This commit is contained in:
Jakub Jelen
2021-08-11 19:33:12 +02:00
parent 64b3e358f9
commit 948bcb773e

View File

@@ -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