public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <shenglei.zhang@intel.com>
Cc: "'Sean Brogan'" <sean.brogan@microsoft.com>,
	"'Bret Barkelew'" <Bret.Barkelew@microsoft.com>,
	"'Michael D Kinney'" <michael.d.kinney@intel.com>,
	"'Liming Gao'" <liming.gao@intel.com>
Subject: 答复: [edk2-devel] [PATCH] .pytool/EccCheck: Disable Ecc error code 10014 for open CI
Date: Sat, 22 Aug 2020 08:10:54 +0800	[thread overview]
Message-ID: <001001d67818$b45fbe10$1d1f3a30$@byosoft.com.cn> (raw)
In-Reply-To: <20200821084603.232608-1-shenglei.zhang@intel.com>

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: bounce+27952+64529+4905953+8761045@groups.io
> [mailto:bounce+27952+64529+4905953+8761045@groups.io] 代表 Zhang,
> Shenglei
> 发送时间: 2020年8月21日 16:46
> 收件人: devel@edk2.groups.io
> 抄送: Sean Brogan <sean.brogan@microsoft.com>; Bret Barkelew
> <Bret.Barkelew@microsoft.com>; Michael D Kinney
> <michael.d.kinney@intel.com>; Liming Gao <liming.gao@intel.com>
> 主题: [edk2-devel] [PATCH] .pytool/EccCheck: Disable Ecc error code 10014
> for open CI
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2920
> Ecc issues whose error code is 10014, can't be correctly handled under
Linux
> OS, resulting from a bug in Ecc tool.
> So we need to disable it before ecc tool is repaired.
> 
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> ---
>  .pytool/Plugin/EccCheck/EccCheck.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.pytool/Plugin/EccCheck/EccCheck.py
> b/.pytool/Plugin/EccCheck/EccCheck.py
> index eee1ff7a77b5..3eaad0bf5623 100644
> --- a/.pytool/Plugin/EccCheck/EccCheck.py
> +++ b/.pytool/Plugin/EccCheck/EccCheck.py
> @@ -301,6 +301,7 @@ class EccCheck(ICiBuildPlugin):
>                               "10011",
>                               "10012",
>                               "10013",
> +                             "10014", #need to be removed after
> BZ2904
> + is fixed
>                               "10015",
>                               "10016",
>                               "10017",
> --
> 2.18.0.windows.1
> 
> 
> 




      reply	other threads:[~2020-08-22  0:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21  8:46 [PATCH] .pytool/EccCheck: Disable Ecc error code 10014 for open CI Zhang, Shenglei
2020-08-22  0:10 ` gaoliming [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001001d67818$b45fbe10$1d1f3a30$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox