答复: [edk2-devel] [PATCH] .pytool/EccCheck: Disable Ecc error code 10014 for open CI

gaoliming gaoliming at byosoft.com.cn
Sat Aug 22 00:10:54 UTC 2020


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

> -----邮件原件-----
> 发件人: bounce+27952+64529+4905953+8761045 at groups.io
> [mailto:bounce+27952+64529+4905953+8761045 at groups.io] 代表 Zhang,
> Shenglei
> 发送时间: 2020年8月21日 16:46
> 收件人: devel at edk2.groups.io
> 抄送: Sean Brogan <sean.brogan at microsoft.com>; Bret Barkelew
> <Bret.Barkelew at microsoft.com>; Michael D Kinney
> <michael.d.kinney at intel.com>; Liming Gao <liming.gao at 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 at microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew at microsoft.com>
> Cc: Michael D Kinney <michael.d.kinney at intel.com>
> Cc: Liming Gao <liming.gao at intel.com>
> Signed-off-by: Shenglei Zhang <shenglei.zhang at 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
> 
> 
> 




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#64553): https://edk2.groups.io/g/devel/message/64553
Mute This Topic: https://groups.io/mt/76340818/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list