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-11 19:33:12 +0200
commit6daa95f9c196547b61ceffa9256e6bce45926399 (patch)
treecbb9b1339a4efc0ccd40c7d634511c5df2ff6e10
parentd1abe26be3d61156976ab9bd679a9faee6afe8fc (diff)
downloadlibssh-6daa95f9c196547b61ceffa9256e6bce45926399.tar.gz
libssh-6daa95f9c196547b61ceffa9256e6bce45926399.tar.xz
libssh-6daa95f9c196547b61ceffa9256e6bce45926399.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>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 509fb1d4..6ccdd438 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -444,6 +444,9 @@ freebsd/x86_64:
-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