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 <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2018-07-09 09:52:58 +01:00
parent 419d4e610d
commit 884c4f4eb6

View File

@ -122,6 +122,9 @@ freebsd-11-x86_64:
- meson -Db_lundef=false -Diconv=gnu -Dxattr=false --buildtype debug _build - meson -Db_lundef=false -Diconv=gnu -Dxattr=false --buildtype debug _build
- ninja -C _build - ninja -C _build
- meson test -C _build --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" - 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: except:
- tags - tags
artifacts: artifacts: