From 3c228e24b2f1c936e773ce83497fe46d5cb1a887 Mon Sep 17 00:00:00 2001 From: Nicola Vetrini Date: Mon, 6 May 2024 10:52:31 +0200 Subject: [PATCH] automation/eclair_analysis: unblock pipelines from certain repositories Repositories under people/* only execute the analyze step if manually triggered, but in order to avoid blocking the rest of the pipeline if such step is not run, allow it to fail. Reported-by: Andrew Cooper Signed-off-by: Nicola Vetrini Reviewed-by: Stefano Stabellini --- automation/gitlab-ci/analyze.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/gitlab-ci/analyze.yaml b/automation/gitlab-ci/analyze.yaml index 32bf570149..02e0ea692c 100644 --- a/automation/gitlab-ci/analyze.yaml +++ b/automation/gitlab-ci/analyze.yaml @@ -31,6 +31,7 @@ when: never - if: $WTOKEN && $CI_PROJECT_PATH =~ /^xen-project\/people\/.*$/ when: manual + allow_failure: true - !reference [.eclair-analysis, rules] eclair-x86_64: -- 2.39.5