From patchwork Mon May 6 08:52:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Vetrini X-Patchwork-Id: 13655169 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 38BE4C4345F for ; Mon, 6 May 2024 08:52:51 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.717335.1119441 (Exim 4.92) (envelope-from ) id 1s3u5P-0000P7-Bk; Mon, 06 May 2024 08:52:39 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 717335.1119441; Mon, 06 May 2024 08:52:39 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1s3u5P-0000P0-9D; Mon, 06 May 2024 08:52:39 +0000 Received: by outflank-mailman (input) for mailman id 717335; Mon, 06 May 2024 08:52:38 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1s3u5O-0000Ou-7m for xen-devel@lists.xenproject.org; Mon, 06 May 2024 08:52:38 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id fc89a03c-0b85-11ef-909c-e314d9c70b13; Mon, 06 May 2024 10:52:37 +0200 (CEST) Received: from nico.bugseng.com (unknown [46.228.253.202]) by support.bugseng.com (Postfix) with ESMTPSA id 24D244EE074D; Mon, 6 May 2024 10:52:35 +0200 (CEST) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: fc89a03c-0b85-11ef-909c-e314d9c70b13 From: Nicola Vetrini To: xen-devel@lists.xenproject.org, nicola.vetrini@bugseng.com Cc: sstabellini@kernel.org, michal.orzel@amd.com, xenia.ragiadakou@amd.com, ayan.kumar.halder@amd.com, consulting@bugseng.com, bertrand.marquis@arm.com, julien@xen.org, andrew.cooper3@citrix.com, Doug Goldstein Subject: [XEN PATCH] automation/eclair_analysis: unblock pipelines from certain repositories Date: Mon, 6 May 2024 10:52:31 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 --- See https://gitlab.com/xen-project/people/bugseng/xen/-/pipelines/1278550868 for a sample pipeline with this change applied. --- 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 32bf57014961..02e0ea692c66 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: