From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web09.2932.1606282299497707334 for ; Tue, 24 Nov 2020 21:31:42 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 25 Nov 2020 13:31:31 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Laszlo Ersek'" , "'Leif Lindholm'" , "'Andrew Fish'" References: <20201125050758.1507-1-michael.d.kinney@intel.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIHYyXVtlZGsyLXN0YWJsZTIwMjAxMSAwLzRdIEFkZHJlc3MgRURLIElJIENJIEZhaWx1cmVz?= Date: Wed, 25 Nov 2020 13:31:35 +0800 Message-ID: <009901d6c2ec$3dabfbc0$b903f340$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHM2AMSIowvJ2lpLbXP3unWs4uspQLLE+aaqdXPa9A= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Mike: I agree to merge them for this stable tag, because they fix CI issues th= at block current merge process.=20 Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: bounce+27952+67936+4905953+8761045@groups.i= o > =E4=BB=A3=E8=A1=A8 Michae= l D > Kinney > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2020=E5=B9=B411=E6=9C=8825=E6=97= =A5 13:11 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io; Kinney, Michael D > > =E4=B8=BB=E9=A2=98: Re: [edk2-devel] [Patch v2][edk2-stable202011 0/4] A= ddress EDK II CI > Failures >=20 > Hi Liming, >=20 > This V2 series also addresses the CryptoPkg unit test failure. >=20 > It passed all EDK II CI checks in this PR: >=20 > https://github.com/tianocore/edk2/pull/1144 >=20 > There are no firmware code changes in this patch series, so I think > it is low risk for the edk2-stable202011 release and should get us > back to a passing CI status. >=20 > Best regards, >=20 > Mike >=20 > > -----Original Message----- > > From: devel@edk2.groups.io On Behalf Of Michael > D Kinney > > Sent: Tuesday, November 24, 2020 9:08 PM > > To: devel@edk2.groups.io > > Subject: [edk2-devel] [Patch v2][edk2-stable202011 0/4] Address EDK II= CI > Failures > > > > * Always fetch the target branch of the PR (usually origin/master) > > so diffs between PR and the target branch can be performed. There > > is no guarantee that the target branch is fetched when a PR is > > evaluated by a CI agent. > > > > * QEMU release for Windows from Nov 20, 2020 is installed into > > wrong directory. Use previous QEMU for Windows release from > > Aug 14, 2020. > > > > * Update CryptoPkg unit tests to skip MD5 unit tests if > > ENABLE_MD5_DEPRECATED_INTERFACES is defined. > > > > Cc: Sean Brogan sean.brogan@microsoft.com > > Cc: Bret Barkelew Bret.Barkelew@microsoft.com > > Cc: Liming Gao gaoliming@byosoft.com.cn > > Cc: Jordan Justen jordan.l.justen@intel.com > > Cc: Laszlo Ersek lersek@redhat.com > > Cc: Ard Biesheuvel ard.biesheuvel@arm.com > > Cc: Andrew Fish afish@apple.com > > Cc: Leif Lindholm leif@nuviainc.com > > Cc: Jiewen Yao jiewen.yao@intel.com > > Cc: Jian J Wang jian.j.wang@intel.com > > Cc: Xiaoyu Lu xiaoyux.lu@intel.com > > Cc: Guomin Jiang guomin.jiang@intel.com > > Signed-off-by: Michael D Kinney michael.d.kinney@intel.com > > > > Michael D Kinney (2): > > OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMU > > CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Fix MD5 Hash tests > > > > Sean Brogan (2): > > .azurepipelines/templates/pr-gate-steps.yml: Fetch target branch > > .azurepipelines/templates/platform-build-run-steps.yml: Fetch target > > branch > > > > .azurepipelines/templates/platform-build-run-steps.yml | 6 ++++++ > > .azurepipelines/templates/pr-gate-steps.yml | 6 ++++++ > > CryptoPkg/Test/UnitTest/Library/BaseCryptLib/HashTests.c | 7 ++++++- > > OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- > > 4 files changed, 19 insertions(+), 2 deletions(-) > > > > -- > > 2.29.2.windows.2 > > > > > > > > > > >=20 >=20 >=20 >=20 >=20