aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2021-08-11 19:33:12 +0200
committerJakub Jelen <jjelen@redhat.com>2021-08-17 18:33:24 +0200
commit948bcb773e99139a22adf7be07fb079ab2c3ac5e (patch)
tree7d6bc88dc940054212e4001f141989f176c71918
parent64b3e358f903af55387d9a6439a795c3d0d9769a (diff)
downloadlibssh-948bcb773e99139a22adf7be07fb079ab2c3ac5e.tar.gz
libssh-948bcb773e99139a22adf7be07fb079ab2c3ac5e.tar.xz
libssh-948bcb773e99139a22adf7be07fb079ab2c3ac5e.zip
.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 6daa95f9c196547b61ceffa9256e6bce45926399)
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
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