From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web08.1262.1606270306734568062 for ; Tue, 24 Nov 2020 18:11:46 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: nlX6zVRMHcQqIXXQSLOsfz7xsvorrXQUulMJ2fw6GuuR75fmRFNjtSxOS1YMHNIxfyvYIMAkcn FlgnB1CZ2BQQ== X-IronPort-AV: E=McAfee;i="6000,8403,9815"; a="168541799" X-IronPort-AV: E=Sophos;i="5.78,367,1599548400"; d="scan'208";a="168541799" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 18:11:45 -0800 IronPort-SDR: EwWDwht3eeTecy8a32OkzLnIXVcnkL0rnDHV/d9rXSB6JqrikterVbc3jXHoOAlRrjTCY07kEd c41z5eyOBgeA== X-IronPort-AV: E=Sophos;i="5.78,367,1599548400"; d="scan'208";a="312789738" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.212.122.89]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 18:11:45 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Liming Gao , Jordan Justen , Laszlo Ersek , Ard Biesheuvel , Andrew Fish , Leif Lindholm Subject: [Patch][edk2-stable202011 0/3] Address EDK II CI Failures Date: Tue, 24 Nov 2020 18:11:33 -0800 Message-Id: <20201125021137.1835-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. Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Andrew Fish Cc: Leif Lindholm Signed-off-by: Michael D Kinney Michael D Kinney (1): OvmfPkg/PlatformCI/.azurepiplines: Use stable release of QEMU 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 ++++++ OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) -- 2.29.2.windows.2