From f7892050ea2f21e79c73a12a6a854c0c89fe3c76 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 18 Feb 2022 11:13:17 -0300 Subject: [PATCH] allow_failure of mailbox test to make it optional again --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c165fc3f9..6d06e8f6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,10 +104,9 @@ mailbox integration test: rules: - if: '$CI_PIPELINE_SOURCE == "schedule"' when: on_success - allow_failure: false - if: '$CI_COMMIT_TAG == null' when: manual - allow_failure: false + allow_failure: true # TODO figure out how not to allow failure while leaving this optional script: # start mailbox - cd /opt && git clone --depth 1 https://code.briarproject.org/briar/briar-mailbox.git briar-mailbox