From: Federico Serafini Date: Mon, 29 Apr 2024 15:21:58 +0000 (+0200) Subject: automation: do not allow failure for triggered analyses X-Git-Tag: 4.19.0-rc1~259 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7556f46a9b6169e2e29df96bbbb43f318277f635;p=xen.git automation: do not allow failure for triggered analyses Do not allow_failure for triggered analyses: introducing regressions of clean guidelines will cause a CI failure. Signed-off-by: Federico Serafini Acked-by: Stefano Stabellini --- diff --git a/automation/gitlab-ci/analyze.yaml b/automation/gitlab-ci/analyze.yaml index 46c9d8e2e5..32bf570149 100644 --- a/automation/gitlab-ci/analyze.yaml +++ b/automation/gitlab-ci/analyze.yaml @@ -26,7 +26,6 @@ .eclair-analysis:triggered: extends: .eclair-analysis - allow_failure: true rules: - if: $CI_PIPELINE_SOURCE == "schedule" when: never