From nobody Sat Apr 27 16:24:34 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+77576+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+77576+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1625716154; cv=none; d=zohomail.com; s=zohoarc; b=Uha22sYGSR60v6Y8JCd6OpO1vHwG0nQaTTq/iKy5YyR50sISSmJy35Qamzfy4p0ZJTlilx5iKM4eLddes8uQzhRaiC639KklU0/mhRNgA+zIzMF4dG26Nex5nDgQA8ICrHe1gStzr8fo7QAkNGg0r+rCw8aGXutaAWjV+G6lkG4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1625716154; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=MrQQgazu268dP8UD1VWsS3dR0sdBarAFMfaHQc07XKw=; b=U6IL/uimGTy0Q+aBAkXaNRtteLpQfqNPylUbsuGvFYBu4TnxemuCvaXKMdofjfF8Aq4+OBXTzRt1/UAyYLwWj5kjkIlKMq1WKRnFdkKCSZWAX+JiOSW2mtOYGulrDWEScBbdAMT6nSvgbNxe4Ri0B3njeY+wGKwg+SLgeHPPFjM= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+77576+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1625716154464236.4771096205136; Wed, 7 Jul 2021 20:49:14 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id ANtMYY1788612xYapCJa3808; Wed, 07 Jul 2021 20:49:14 -0700 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web09.7481.1625716152976999038 for ; Wed, 07 Jul 2021 20:49:13 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10038"; a="295075105" X-IronPort-AV: E=Sophos;i="5.84,222,1620716400"; d="scan'208";a="295075105" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 20:49:10 -0700 X-IronPort-AV: E=Sophos;i="5.84,222,1620716400"; d="scan'208";a="411198801" X-Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.48.134]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 20:49:10 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao , Yuwei Chen Subject: [edk2-devel] [Patch 1/3] BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.py Date: Wed, 7 Jul 2021 20:49:00 -0700 Message-Id: <20210708034902.1608-2-michael.d.kinney@intel.com> In-Reply-To: <20210708034902.1608-1-michael.d.kinney@intel.com> References: <20210708034902.1608-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.d.kinney@intel.com X-Gm-Message-State: u1f21UJDGwzcDja4Mu8BOsH5x1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1625716154; bh=8D63GIqjPa2nAdEumiMOn+DE/Cme+sLnrhBbBoD4GPA=; h=Cc:Date:From:Reply-To:Subject:To; b=mKtf/as2rlAhNQ96Nub9pwx9H/V2NGcYrnAoK0L8a/lwzZEcWURuTr1YAxeRGmm0n4t t2T4+87wePwbupSY1cQavuIwsceWRWHYYbGcyB8sjly1LjrOs8ROll9lpZivypk8VBcL/ koxjXEYFkOzR/sFYX9Osns1mDyw8VblEAnk= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1625716155019100004 Content-Type: text/plain; charset="utf-8" Mergify adds merge commits to a PR when processing PRs using the queue feature with auto rebase. Update PatchCheck.py to ignore commit message issues with these merge commits. These merge commits are not added to the base branch when the PR is merged by Mergify. Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Michael D Kinney Reviewed-by: Bob Feng Reviewed-by: Bret Barkelew Reviewed-by: Liming Gao --- BaseTools/Scripts/PatchCheck.py | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/BaseTools/Scripts/PatchCheck.py b/BaseTools/Scripts/PatchCheck= .py index 80754e763c5a..63e6223f8ebc 100755 --- a/BaseTools/Scripts/PatchCheck.py +++ b/BaseTools/Scripts/PatchCheck.py @@ -1,7 +1,7 @@ ## @file # Check a patch for various format issues # -# Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved.
+# Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.
# Copyright (C) 2020, Red Hat, Inc.
# Copyright (c) 2020, ARM Ltd. All rights reserved.
# @@ -89,22 +89,28 @@ class EmailAddressCheck: class CommitMessageCheck: """Checks the contents of a git commit message.""" =20 - def __init__(self, subject, message): + def __init__(self, subject, message, author_email): self.ok =3D True =20 if subject is None and message is None: self.error('Commit message is missing!') return =20 + MergifyMerge =3D False + if "mergify[bot]@users.noreply.github.com" in author_email: + if "Merge branch" in subject: + MergifyMerge =3D True + self.subject =3D subject self.msg =3D message =20 print (subject) =20 self.check_contributed_under() - self.check_signed_off_by() - self.check_misc_signatures() - self.check_overall_format() + if not MergifyMerge: + self.check_signed_off_by() + self.check_misc_signatures() + self.check_overall_format() self.report_message_result() =20 url =3D 'https://github.com/tianocore/tianocore.github.io/wiki/Commit-= Message-Format' @@ -522,7 +528,7 @@ class CheckOnePatch: email_check =3D EmailAddressCheck(self.author_email, 'Author') email_ok =3D email_check.ok =20 - msg_check =3D CommitMessageCheck(self.commit_subject, self.commit_= msg) + msg_check =3D CommitMessageCheck(self.commit_subject, self.commit_= msg, self.author_email) msg_ok =3D msg_check.ok =20 diff_ok =3D True --=20 2.32.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#77576): https://edk2.groups.io/g/devel/message/77576 Mute This Topic: https://groups.io/mt/84061125/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat Apr 27 16:24:34 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+77577+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+77577+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1625716159; cv=none; d=zohomail.com; s=zohoarc; b=gm9kRa5NyyHnpfBn7lGjV+5Ikr4zY6VI/K86UF4UuB4U/Dyp7ZNCL/RCnRuvNGK0iUEtkzLdp9lI8l0Bh12dq56H39Y8zshVVG+6+YSdFUdGFr9iJKcUSPMG+xeS4eEwtC/MRk+E3j2TF5rbBgjslCFuta7RSiJddtdJQoxE4w4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1625716159; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=VzGzVh/w38letI6J3bekCFU3lYMNxcM96cZwJHimcxA=; b=Ku5fU06Szd6XoZT8WeYvjBd+/qBJWjUblMFV0v6r/uaO75QEQPK31fU2hG9yq0ZYpuLP1hBUE2nlMrD23jgzjid82ZmHCHjEttD+/ZrkAe9OV/kHXtqjGW7Zvgv3l5+PjBlTPs580EN2CxGVMt72DL1513MN9ymheJfMV7rG+w8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+77577+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1625716159222177.51387634356217; Wed, 7 Jul 2021 20:49:19 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 6hcaYY1788612xNf8dPy3l3W; Wed, 07 Jul 2021 20:49:18 -0700 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web09.7482.1625716153240312538 for ; Wed, 07 Jul 2021 20:49:13 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10038"; a="295075107" X-IronPort-AV: E=Sophos;i="5.84,222,1620716400"; d="scan'208";a="295075107" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 20:49:10 -0700 X-IronPort-AV: E=Sophos;i="5.84,222,1620716400"; d="scan'208";a="411198802" X-Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.48.134]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 20:49:10 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Liming Gao , Sean Brogan , Bret Barkelew Subject: [edk2-devel] [Patch 2/3] .mergify: Simplify Mergify rules using GitHub status checks Date: Wed, 7 Jul 2021 20:49:01 -0700 Message-Id: <20210708034902.1608-3-michael.d.kinney@intel.com> In-Reply-To: <20210708034902.1608-1-michael.d.kinney@intel.com> References: <20210708034902.1608-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.d.kinney@intel.com X-Gm-Message-State: hpaoxvJ7h9dCxCYrVrQqe9IWx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1625716158; bh=MmKCorvX+SkKhx4nhOIIgpRWNQpRkd3P+ya4/D49Ezg=; h=Cc:Date:From:Reply-To:Subject:To; b=aOP2G485DxswehKinLhkklS0UEyufru5kboUfiZG/sV28Mo3tVtGC8Q9cYVFtWHzi6I m7BKecuvol2TmWeWU04Ky+R0waKHwhYOH2/6C7IbNs9uhAaAQSBcbD/OkfclpGYtZ1Lkj HsPGUNqE217OhJpEjPH9q4Ov1kRjs7jdpDo= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1625716161459100001 Content-Type: text/plain; charset="utf-8" * Enable Mergify queue feature to support auto rebase when 'push' label is set and gauarntee that all EDK II CI checks are run before merging in changes with linear history. * Use status checks configured in GitHub branch protections * Allow non EDK II Maintainers to create a PR Requires an EDK II Maintainer to accept the change and request merge by adding 'push' label. Only EDK II Maintainers have ability to set/clear labels. * Do not automatically close PRs for personal builds. Cc: Liming Gao Cc: Sean Brogan Cc: Bret Barkelew Signed-off-by: Michael D Kinney Acked-by: Bret Barkelew Reviewed-by: Liming Gao --- .mergify/config.yml | 71 ++++++++------------------------------------- 1 file changed, 12 insertions(+), 59 deletions(-) diff --git a/.mergify/config.yml b/.mergify/config.yml index 9774aaf49774..bd6da4c77937 100644 --- a/.mergify/config.yml +++ b/.mergify/config.yml @@ -16,7 +16,7 @@ # * This file must be checked into the 'default' branch of a repo. Copies # of this file on other branches of a repo are ignored by Mergify. # -# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.
+# Copyright (c) 2019 - 2021, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent # # https://github.com/apps/mergify @@ -24,74 +24,27 @@ # ## =20 +queue_rules: + - name: default + conditions: + - base~=3D(^main|^master|^stable/) + - label=3Dpush + pull_request_rules: - - name: Automatically merge a PR when all required checks pass and 'push= ' label is present conditions: - - base~=3D(^master|^stable/) + - base~=3D(^main|^master|^stable/) - label=3Dpush - - author=3D@tianocore/edk-ii-maintainers - - status-success=3Dtianocore.PatchCheck - - status-success=3DUbuntu GCC5 PR - - status-success=3DWindows VS2019 PR actions: - merge: - strict: true + queue: method: rebase - - - name: Automatically close a PR when all required checks pass and 'push= ' label is not present - conditions: - - base~=3D(^master|^stable/) - - -label=3Dpush - - -closed - - status-success=3Dtianocore.PatchCheck - - status-success=3DUbuntu GCC5 PR - - status-success=3DWindows VS2019 PR - - status-success=3DUbuntu GCC5 PR (FINISHED) - - status-success=3DWindows VS2019 PR (FINISHED) - actions: - close: - message: All checks passed. Auto close personal build. + rebase_fallback: none + name: default =20 - name: Post a comment on a PR that can not be merged due to a merge con= flict conditions: - - base~=3D(^master|^stable/) + - base~=3D(^main|^master|^stable/) - conflict actions: comment: message: PR can not be merged due to conflict. Please rebase and = resubmit - - - name: Automatically close a PR that fails the EDK II Maintainers membe= rship check and 'push' label is present - conditions: - - base~=3D(^master|^stable/) - - label=3Dpush - - -author=3D@tianocore/edk-ii-maintainers - actions: - close: - message: PR submitter is not a member of the Tianocore EDK II Main= tainers team - - - name: Post a comment on a PR if PatchCheck fails - conditions: - - base~=3D(^master|^stable/) - - status-failure=3Dtianocore.PatchCheck - actions: - comment: - message: PR can not be merged due to a PatchCheck failure. Please= resolve and resubmit - - - name: Post a comment on a PR if Ubuntu GCC5 fails - conditions: - - base~=3D(^master|^stable/) - - status-failure=3DUbuntu GCC5 PR - - status-success=3DUbuntu GCC5 PR (FAILED) - actions: - comment: - message: PR can not be merged due to an Ubuntu GCC5 failure. Plea= se resolve and resubmit - - - name: Post a comment on a PR if Windows VS2019 fails - conditions: - - base~=3D(^master|^stable/) - - status-failure=3DWindows VS2019 PR - - status-success=3DWindows VS2019 PR (FAILED) - actions: - comment: - message: PR can not be merged due to a Windows VS2019 failure. Pl= ease resolve and resubmit --=20 2.32.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#77577): https://edk2.groups.io/g/devel/message/77577 Mute This Topic: https://groups.io/mt/84061126/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat Apr 27 16:24:34 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+77578+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+77578+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1625716155; cv=none; d=zohomail.com; s=zohoarc; b=I11VVOFIIqcyTw/lNMyS5Lg65PauC6yLPiIL/KiO1YYQ7EgFfa3HZzbPuHjau0AHe0eowIggC6GBk9hBArpyB+1cExAeQDUmBQDKYl6OJCl21UY2h34p1e9oBGL+B7Abdx2TG+3uInZzb7DmFusRdB+lCd8VUzfnRqO+cO7wm0Q= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1625716155; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=ykY4wDBdNKkeuUvfibAqo4mJqu4upbmVVawR5brOPVw=; b=L1V1xlvPox95G6dHoSSYE9GKYYdEPv7RdV+FAkqVT/RXdBsjzgmgRAf3ceEYFVuivG1OiifgDoGLge4s2VyMmfg29IAZKe7m1DD2PKn8Ei4q62viH6Kd4KTHKbQb56adINF9Lb01XgxlMg0IiMCxWlaUWPG3yutIp4a5F38hFV4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+77578+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1625716155226654.139152631638; Wed, 7 Jul 2021 20:49:15 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 9CLtYY1788612xrjv0oNF7ay; Wed, 07 Jul 2021 20:49:14 -0700 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web09.7481.1625716152976999038 for ; Wed, 07 Jul 2021 20:49:13 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10038"; a="295075108" X-IronPort-AV: E=Sophos;i="5.84,222,1620716400"; d="scan'208";a="295075108" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 20:49:11 -0700 X-IronPort-AV: E=Sophos;i="5.84,222,1620716400"; d="scan'208";a="411198805" X-Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.48.134]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 20:49:10 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Liming Gao Subject: [edk2-devel] [Patch 3/3] .azurepipelines: Remove FINISHED and FAILED states Date: Wed, 7 Jul 2021 20:49:02 -0700 Message-Id: <20210708034902.1608-4-michael.d.kinney@intel.com> In-Reply-To: <20210708034902.1608-1-michael.d.kinney@intel.com> References: <20210708034902.1608-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.d.kinney@intel.com X-Gm-Message-State: 9dNRTJETl5M2LxEpdAtD8R4rx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1625716154; bh=VBo0FewoJFauzD0mjSyCG0UpEGE5/Wz0D9+7IN82wys=; h=Cc:Date:From:Reply-To:Subject:To; b=nC/kZpnxEKjLENUrTT8hRPz62y7oiv9BDbB9x11LvIJCvDjpW4cydPb86SC887BhaU2 VpLeYNf3dtGWLzF7t0NRTGd5vnCcGAHP46jvWV0DlFFYcJumXvOx9dFKbx6kdHjtcqpC2 G+CV6gI3WmwgonXVU3i5uBWS1xn+vQME0EI= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1625716157049100013 Content-Type: text/plain; charset="utf-8" Remove 10 second delay workarounds for issues observed when Mergify was originally enabled. These issues are no longer present when GitHub branch protections are used for status checks. Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Reviewed-by: Bret Barkelew Reviewed-by: Liming Gao --- .../templates/pr-gate-build-job.yml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipeli= nes/templates/pr-gate-build-job.yml index 3f9a28024567..207acc76316f 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -67,23 +67,3 @@ jobs: build_pkgs: $(Build.Pkgs) build_targets: $(Build.Targets) build_archs: ${{ parameters.arch_list }} - -- job: FINISHED - dependsOn: Build_${{ parameters.tool_chain_tag }} - condition: succeeded() - steps: - - checkout: none - - script: | - echo FINISHED - sleep 10 - displayName: FINISHED - -- job: FAILED - dependsOn: Build_${{ parameters.tool_chain_tag }} - condition: failed() - steps: - - checkout: none - - script: | - echo FAILED - sleep 10 - displayName: FAILED --=20 2.32.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#77578): https://edk2.groups.io/g/devel/message/77578 Mute This Topic: https://groups.io/mt/84061127/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-