From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <michael.d.kinney@intel.com>
Cc: "'Laszlo Ersek'" <lersek@redhat.com>,
"'Leif Lindholm'" <leif@nuviainc.com>,
"'Andrew Fish'" <afish@apple.com>
Subject: 回复: [edk2-devel] [Patch v2][edk2-stable202011 0/4] Address EDK II CI Failures
Date: Wed, 25 Nov 2020 13:31:35 +0800 [thread overview]
Message-ID: <009901d6c2ec$3dabfbc0$b903f340$@byosoft.com.cn> (raw)
In-Reply-To: <BL0PR11MB32365833138A00F93539693CD2FA0@BL0PR11MB3236.namprd11.prod.outlook.com>
Mike:
I agree to merge them for this stable tag, because they fix CI issues that block current merge process.
Thanks
Liming
> -----邮件原件-----
> 发件人: bounce+27952+67936+4905953+8761045@groups.io
> <bounce+27952+67936+4905953+8761045@groups.io> 代表 Michael D
> Kinney
> 发送时间: 2020年11月25日 13:11
> 收件人: devel@edk2.groups.io; Kinney, Michael D
> <michael.d.kinney@intel.com>
> 主题: Re: [edk2-devel] [Patch v2][edk2-stable202011 0/4] Address EDK II CI
> Failures
>
> Hi Liming,
>
> This V2 series also addresses the CryptoPkg unit test failure.
>
> It passed all EDK II CI checks in this PR:
>
> https://github.com/tianocore/edk2/pull/1144
>
> 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.
>
> Best regards,
>
> Mike
>
> > -----Original Message-----
> > From: devel@edk2.groups.io <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
> >
> >
> >
> >
> >
>
>
>
>
>
next prev parent reply other threads:[~2020-11-25 5:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-25 5:07 [Patch v2][edk2-stable202011 0/4] Address EDK II CI Failures Michael D Kinney
2020-11-25 5:07 ` [Patch v2][edk2-stable202011 1/4] .azurepipelines/templates/pr-gate-steps.yml: Fetch target branch Michael D Kinney
2020-11-25 5:07 ` [Patch v2][edk2-stable202011 2/4] .azurepipelines/templates/platform-build-run-steps.yml: " Michael D Kinney
2020-11-25 5:07 ` [Patch v2][edk2-stable202011 3/4] OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMU Michael D Kinney
2020-11-25 8:01 ` [edk2-devel] " Philippe Mathieu-Daudé
2020-11-25 16:23 ` Michael D Kinney
2021-01-08 9:43 ` chocolatey.org instability [was: OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMU] Laszlo Ersek
2020-11-25 14:11 ` [Patch v2][edk2-stable202011 3/4] OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMU Laszlo Ersek
2020-11-25 14:57 ` [edk2-devel] " Rebecca Cran
2020-11-25 16:20 ` Michael D Kinney
2020-11-25 19:35 ` Rebecca Cran
2020-12-01 1:55 ` Michael D Kinney
2020-11-25 5:07 ` [Patch v2][edk2-stable202011 4/4] CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Fix MD5 Hash tests Michael D Kinney
2020-11-25 7:31 ` [edk2-devel] " Gao, Zhichao
2020-11-25 16:39 ` Michael D Kinney
2020-11-25 8:27 ` Yao, Jiewen
2020-11-25 5:11 ` [edk2-devel] [Patch v2][edk2-stable202011 0/4] Address EDK II CI Failures Michael D Kinney
2020-11-25 5:31 ` gaoliming [this message]
2020-11-25 18:16 ` Michael D Kinney
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='009901d6c2ec$3dabfbc0$b903f340$@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