From 1150a04f51cd0562977a1e02a4a217d8a73c549a Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Sat, 27 Sep 2025 17:45:57 -0400 Subject: [PATCH] prevent pipeline failure when libbehave fails to upload artifacts --- .gitlab/ci_templates/lib_behave.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/ci_templates/lib_behave.yml b/.gitlab/ci_templates/lib_behave.yml index 85ee1a82d1..c229f25eeb 100644 --- a/.gitlab/ci_templates/lib_behave.yml +++ b/.gitlab/ci_templates/lib_behave.yml @@ -16,3 +16,6 @@ libbehave-experiment: # Don't wait, since this has no dependencies. # https://docs.gitlab.com/ci/yaml/#needs needs: [] + + # Gitlab issue currently causes error when upload final artifacts + allow_failure: true