From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web11.3678.1608346005731815811 for ; Fri, 18 Dec 2020 18:46:46 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.d.kinney@intel.com) IronPort-SDR: j42UxW9LD2hXgL+vFF1zG54USloL1YG4lQoBlUq+CsHgdWxrlb6WVoYxhyU+SX2hk+RF0pw/d4 Z3IPmoX5/iMA== X-IronPort-AV: E=McAfee;i="6000,8403,9839"; a="260270918" X-IronPort-AV: E=Sophos;i="5.78,432,1599548400"; d="scan'208";a="260270918" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2020 18:46:44 -0800 IronPort-SDR: UQlFrfOE8JL2M0RaPNAnG3wBRderxEoromep8VvS3GUxgCI3YMR8wJN0vrfnUfFZEu+waZrVJQ hykrv81a+p2Q== X-IronPort-AV: E=Sophos;i="5.78,432,1599548400"; d="scan'208";a="354344421" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.212.241.132]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Dec 2020 18:46:44 -0800 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni , Sean Brogan , Bret Barkelew , Liming Gao Subject: [Patch 3/4] EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches Date: Fri, 18 Dec 2020 18:46:37 -0800 Message-Id: <20201219024638.1945-4-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.29.2.windows.2 In-Reply-To: <20201219024638.1945-1-michael.d.kinney@intel.com> References: <20201219024638.1945-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 --- 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 0e5f4d9961e3..9b8a5fa2a0e2 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