summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-12-18 18:16:29 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-22 22:11:48 +0000
commit2bca741149a704979b438a080599e2d7c8ffd04a (patch)
tree764290ad8298e25f182fba60b0d59a53571a1655
parent88e47d1959bfaf9417cfd4865ef3c6a926c1978b (diff)
downloadedk2-2bca741149a704979b438a080599e2d7c8ffd04a.tar.gz
edk2-2bca741149a704979b438a080599e2d7c8ffd04a.tar.bz2
edk2-2bca741149a704979b438a080599e2d7c8ffd04a.zip
.azurepipelines: Enable EDK II CI for stable/* branches
https://bugzilla.tianocore.org/show_bug.cgi?id=3130 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> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r--.azurepipelines/Ubuntu-GCC5.yml2
-rw-r--r--.azurepipelines/Ubuntu-PatchCheck.yml3
-rw-r--r--.azurepipelines/Windows-VS2019.yml2
3 files changed, 6 insertions, 1 deletions
diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.yml
index 7cd67c98da..3760c6efe1 100644
--- a/.azurepipelines/Ubuntu-GCC5.yml
+++ b/.azurepipelines/Ubuntu-GCC5.yml
@@ -7,8 +7,10 @@
##
trigger:
- master
+- stable/*
pr:
- master
+- stable/*
jobs:
- template: templates/pr-gate-build-job.yml
diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu-PatchCheck.yml
index dff8f579b6..4de453bf9d 100644
--- a/.azurepipelines/Ubuntu-PatchCheck.yml
+++ b/.azurepipelines/Ubuntu-PatchCheck.yml
@@ -5,7 +5,7 @@
# NOTE: This example monitors pull requests against the edk2-ci branch. Most
# environments would replace 'edk2-ci' with 'master'.
#
-# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# https://github.com/tianocore
@@ -16,6 +16,7 @@ trigger: none
pr:
- master
+- stable/*
pool:
vmImage: 'ubuntu-latest'
diff --git a/.azurepipelines/Windows-VS2019.yml b/.azurepipelines/Windows-VS2019.yml
index d6b879cd98..22f2d88c2c 100644
--- a/.azurepipelines/Windows-VS2019.yml
+++ b/.azurepipelines/Windows-VS2019.yml
@@ -6,9 +6,11 @@
##
trigger:
- master
+- stable/*
pr:
- master
+- stable/*
jobs:
- template: templates/pr-gate-build-job.yml