]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
automation/eclair_analysis: unblock pipelines from certain repositories
authorNicola Vetrini <nicola.vetrini@bugseng.com>
Mon, 6 May 2024 08:52:31 +0000 (10:52 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 May 2024 17:19:49 +0000 (18:19 +0100)
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 <andrew.cooper3@citrix.com>
Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/gitlab-ci/analyze.yaml

index 32bf570149610497435ba6caafeeb16aa0aaf539..02e0ea692c6656b1a159599b46c1d94b41467e0e 100644 (file)
@@ -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: