From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com []) by mx.groups.io with SMTP id smtpd.web09.1520.1608755443167376209 for ; Wed, 23 Dec 2020 12:30:43 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.d.kinney@intel.com) IronPort-SDR: FTEyw1IjY/gBDuRfZt2+cYJVHc5wdUMwHAHcKlhl49nAxbPwTq73tMBKt0afx7qjvOZxucjOLP LNHBS0xzg1Lg== X-IronPort-AV: E=McAfee;i="6000,8403,9844"; a="172559498" X-IronPort-AV: E=Sophos;i="5.78,442,1599548400"; d="scan'208";a="172559498" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Dec 2020 12:30:37 -0800 IronPort-SDR: CzUPVbRThDehqzjc/mZ1SHbkSNYHFn9xJKT1oByMFtJ08hdTPZmc1GByXfzllqsNnBbQonAQ0O fvCgcqUgFt0Q== X-IronPort-AV: E=Sophos;i="5.78,442,1599548400"; d="scan'208";a="417346517" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.209.22.25]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Dec 2020 12:30:36 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Liming Gao Subject: [stable/202011][Patch 0/8] Enable EDK II CI for stable/* branches Date: Wed, 23 Dec 2020 12:30:20 -0800 Message-Id: <20201223203028.1659-1-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.29.2.windows.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cherry-pick the following commits from edk2/master to enable EDK II CI on the stable/202011 branch and also update Readme.rst so the status badges show the build results from the stable/202011 branch. d21d2706761b OvmfPkg/.azurepipelines: Enable EDK II CI for stable/* branches e690b8103813 EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches db83d696084f ArmVirtPkg/.azurepipelines: Enable EDK II CI for stable/* branches 2bca741149a7 .azurepipelines: Enable EDK II CI for stable/* branches 3ce3274a5ea4 EmulatorPkg/PlatformCI: stick with "ubuntu-18.04" for now c487970ac89d OvmfPkg/PlatformCI: stick with "ubuntu-18.04" for now 90683caedf1e ArmVirtPkg/PlatformCI: stick with "ubuntu-18.04" for now Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Bob Feng (1): EmulatorPkg/PlatformCI: stick with "ubuntu-18.04" for now Laszlo Ersek (2): ArmVirtPkg/PlatformCI: stick with "ubuntu-18.04" for now OvmfPkg/PlatformCI: stick with "ubuntu-18.04" for now Michael D Kinney (5): .azurepipelines: Enable EDK II CI for stable/* branches ArmVirtPkg/.azurepipelines: Enable EDK II CI for stable/* branches EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches OvmfPkg/.azurepipelines: Enable EDK II CI for stable/* branches Readme.rst: Update status badges for stable/202011 branch .azurepipelines/Ubuntu-GCC5.yml | 2 + .azurepipelines/Ubuntu-PatchCheck.yml | 3 +- .azurepipelines/Windows-VS2019.yml | 2 + .../.azurepipelines/Ubuntu-GCC5.yml | 4 +- .../.azurepipelines/Ubuntu-GCC5.yml | 4 +- .../.azurepipelines/Windows-VS2019.yml | 2 + .../.azurepipelines/Ubuntu-GCC5.yml | 4 +- .../.azurepipelines/Windows-VS2019.yml | 2 + ReadMe.rst | 124 +++++++++--------- 9 files changed, 81 insertions(+), 66 deletions(-) -- 2.29.2.windows.2