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: 9NMRwxBwocz/OVWr4MxNFBJkw+2lNj5AddtAnxO187jc1ulogz7StCy6n1PZPJQjysy0s3xjfy SS4grbEHU45g== X-IronPort-AV: E=McAfee;i="6000,8403,9844"; a="172559505" X-IronPort-AV: E=Sophos;i="5.78,442,1599548400"; d="scan'208";a="172559505" 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:38 -0800 IronPort-SDR: qpQvYoYCtD5RrQJYi2LLlpV2tams905iKBIZ8izfUatUFz8gczf0F/eJadbjoORkqzS5+WwMvL 9nMrI2aHfswg== X-IronPort-AV: E=Sophos;i="5.78,442,1599548400"; d="scan'208";a="417346537" 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:38 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni , Sean Brogan , Bret Barkelew , Liming Gao Subject: [stable/202011][Patch 6/8] EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches Date: Wed, 23 Dec 2020 12:30:26 -0800 Message-Id: <20201223203028.1659-7-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.29.2.windows.2 In-Reply-To: <20201223203028.1659-1-michael.d.kinney@intel.com> References: <20201223203028.1659-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=3130 Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Acked-by: Ray Ni Reviewed-by: Liming Gao (cherry picked from commit a39da877bad04f2212355ad53c8b807d4f4a9226) --- EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 ++ EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml index 17d62bb69ec5..faf57e7dd559 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml @@ -11,8 +11,10 @@ ## trigger: - master + - stable/* pr: - master + - stable/* jobs: - job: Platform_CI variables: diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml index 2bfce4e0af12..03ffb1a5a5c7 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml @@ -11,8 +11,10 @@ ## trigger: - master + - stable/* pr: - master + - stable/* jobs: - job: Platform_CI -- 2.29.2.windows.2