summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-07-09 09:52:58 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-07-09 09:53:33 +0100
commit884c4f4eb657d160581a330b8b4864c22d9d2099 (patch)
treeb2efae8a7ac1c463aa4ced897a4a2b53760d359e /.gitlab-ci.yml
parent419d4e610dccc2733d49bc85da7003941cfa2e36 (diff)
downloadglib-884c4f4eb657d160581a330b8b4864c22d9d2099.tar.gz
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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
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: