From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web08.2757.1606280890402594249 for ; Tue, 24 Nov 2020 21:08:10 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: TIkdDy7HguXwxE/v88FfkWVTv5Inu2vI6qim7NsiaCiX740J2SO3NbzJ7hz3RKwxe/5qGuqXuD vtEN+em70llA== X-IronPort-AV: E=McAfee;i="6000,8403,9815"; a="151325315" X-IronPort-AV: E=Sophos;i="5.78,368,1599548400"; d="scan'208";a="151325315" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 21:08:09 -0800 IronPort-SDR: Ft6txcGJnSPXtGjM11Jkw/9HDTLQCuT4R7JKjD+uFZmES1rqjfX6Xbj+OdlPGrA2lThwmFFDnI P3fbF6zZ0ZJw== X-IronPort-AV: E=Sophos;i="5.78,368,1599548400"; d="scan'208";a="332842094" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.212.122.89]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 21:08:04 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Subject: [Patch v2][edk2-stable202011 0/4] Address EDK II CI Failures Date: Tue, 24 Nov 2020 21:07:54 -0800 Message-Id: <20201125050758.1507-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.29.2.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit * 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