summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-12-18 18:18:21 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-01-05 03:46:53 +0000
commite649abd3d499bf4030426a1eaa0fab803b547f64 (patch)
tree40daaf346e63feb9a1dc0c34bc569c6e01f87d26
parent5e03804ded31afda69be455193c3fdba6c939bf2 (diff)
downloadedk2-e649abd3d499bf4030426a1eaa0fab803b547f64.tar.gz
edk2-e649abd3d499bf4030426a1eaa0fab803b547f64.tar.bz2
edk2-e649abd3d499bf4030426a1eaa0fab803b547f64.zip
EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches
https://bugzilla.tianocore.org/show_bug.cgi?id=3130 Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Acked-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> (cherry picked from commit a39da877bad04f2212355ad53c8b807d4f4a9226) Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r--EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml2
-rw-r--r--EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
index 17d62bb69e..faf57e7dd5 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 2bfce4e0af..03ffb1a5a5 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