[glib] ci: Add allow_failure: true to FreeBSD runner
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] ci: Add allow_failure: true to FreeBSD runner
- Date: Mon, 9 Jul 2018 08:54:48 +0000 (UTC)
commit 884c4f4eb657d160581a330b8b4864c22d9d2099
Author: Philip Withnall <withnall endlessm com>
Date: Mon Jul 9 09:52:58 2018 +0100
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
.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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]