From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: devel@edk2.groups.io
Cc: Sean Brogan <sean.brogan@microsoft.com>,
Bret Barkelew <Bret.Barkelew@microsoft.com>,
Liming Gao <gaoliming@byosoft.com.cn>
Subject: [Patch 1/4] .azurepipelines: Enable EDK II CI for stable/* branches
Date: Fri, 18 Dec 2020 18:46:35 -0800 [thread overview]
Message-ID: <20201219024638.1945-2-michael.d.kinney@intel.com> (raw)
In-Reply-To: <20201219024638.1945-1-michael.d.kinney@intel.com>
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>
---
.azurepipelines/Ubuntu-GCC5.yml | 2 ++
.azurepipelines/Ubuntu-PatchCheck.yml | 3 ++-
.azurepipelines/Windows-VS2019.yml | 2 ++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.yml
index 7cd67c98da58..3760c6efe105 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 dff8f579b67f..4de453bf9db8 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 d6b879cd9890..22f2d88c2c6a 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
--
2.29.2.windows.2
next prev parent reply other threads:[~2020-12-19 2:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-19 2:46 [Patch 0/4] Enable EDK II CI for stable/* branches Michael D Kinney
2020-12-19 2:46 ` Michael D Kinney [this message]
2020-12-19 2:46 ` [Patch 2/4] ArmVirtPkg/.azurepipelines: " Michael D Kinney
2020-12-19 2:46 ` [Patch 3/4] EmulatorPkg/.azurepipelines: " Michael D Kinney
2020-12-21 3:29 ` Ni, Ray
2020-12-19 2:46 ` [Patch 4/4] OvmfPkg/.azurepipelines: " Michael D Kinney
2020-12-21 1:21 ` 回复: [Patch 0/4] " gaoliming
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201219024638.1945-2-michael.d.kinney@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox