From 884c4f4eb657d160581a330b8b4864c22d9d2099 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 9 Jul 2018 09:52:58 +0100 Subject: [PATCH] ci: Add allow_failure: true to FreeBSD runner The FreeBSD runner is not stable yet. See https://gitlab.gnome.org/Infrastructure/GitLab/issues/286. Signed-off-by: Philip Withnall Reviewed-by: nobody --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1ce726ec..69f28c8bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,6 +122,9 @@ freebsd-11-x86_64: - meson -Db_lundef=false -Diconv=gnu -Dxattr=false --buildtype debug _build - ninja -C _build - meson test -C _build --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" + # FIXME: Remove this when we have a stable FreeBSD runner + # https://gitlab.gnome.org/Infrastructure/GitLab/issues/286 + allow_failure: true except: - tags artifacts: -- 2.11.4.GIT