* [Patch 1/4] .azurepipelines: Enable EDK II CI for stable/* branches
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
2020-12-19 2:46 ` [Patch 2/4] ArmVirtPkg/.azurepipelines: " Michael D Kinney
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Michael D Kinney @ 2020-12-19 2:46 UTC (permalink / raw)
To: devel; +Cc: Sean Brogan, Bret Barkelew, Liming Gao
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Patch 2/4] ArmVirtPkg/.azurepipelines: Enable EDK II CI for stable/* branches
2020-12-19 2:46 [Patch 0/4] Enable EDK II CI for stable/* branches Michael D Kinney
2020-12-19 2:46 ` [Patch 1/4] .azurepipelines: " Michael D Kinney
@ 2020-12-19 2:46 ` Michael D Kinney
2020-12-19 2:46 ` [Patch 3/4] EmulatorPkg/.azurepipelines: " Michael D Kinney
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Michael D Kinney @ 2020-12-19 2:46 UTC (permalink / raw)
To: devel
Cc: Laszlo Ersek, Ard Biesheuvel, Leif Lindholm, Sean Brogan,
Bret Barkelew, Liming Gao
https://bugzilla.tianocore.org/show_bug.cgi?id=3130
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Leif Lindholm <leif@nuviainc.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>
---
ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
index c5e14248bc33..b07e3199f143 100644
--- a/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
+++ b/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
@@ -10,8 +10,10 @@
##
trigger:
- master
+ - stable/*
pr:
- master
+ - stable/*
jobs:
- job: Platform_CI
--
2.29.2.windows.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Patch 3/4] EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches
2020-12-19 2:46 [Patch 0/4] Enable EDK II CI for stable/* branches Michael D Kinney
2020-12-19 2:46 ` [Patch 1/4] .azurepipelines: " Michael D Kinney
2020-12-19 2:46 ` [Patch 2/4] ArmVirtPkg/.azurepipelines: " Michael D Kinney
@ 2020-12-19 2:46 ` 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
4 siblings, 1 reply; 7+ messages in thread
From: Michael D Kinney @ 2020-12-19 2:46 UTC (permalink / raw)
To: devel
Cc: Jordan Justen, Andrew Fish, Ray Ni, Sean Brogan, Bret Barkelew,
Liming Gao
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>
---
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Patch 3/4] EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches
2020-12-19 2:46 ` [Patch 3/4] EmulatorPkg/.azurepipelines: " Michael D Kinney
@ 2020-12-21 3:29 ` Ni, Ray
0 siblings, 0 replies; 7+ messages in thread
From: Ni, Ray @ 2020-12-21 3:29 UTC (permalink / raw)
To: Kinney, Michael D, devel@edk2.groups.io
Cc: Justen, Jordan L, Andrew Fish, Sean Brogan, Bret Barkelew,
Liming Gao
Acked-by: Ray Ni <ray.ni@intel.com>
> -----Original Message-----
> From: Michael D Kinney <michael.d.kinney@intel.com>
> Sent: Saturday, December 19, 2020 10:47 AM
> To: devel@edk2.groups.io
> Cc: Justen, Jordan L <jordan.l.justen@intel.com>; Andrew Fish
> <afish@apple.com>; Ni, Ray <ray.ni@intel.com>; Sean Brogan
> <sean.brogan@microsoft.com>; Bret Barkelew
> <Bret.Barkelew@microsoft.com>; Liming Gao <gaoliming@byosoft.com.cn>
> Subject: [Patch 3/4] 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>
> ---
> 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Patch 4/4] OvmfPkg/.azurepipelines: Enable EDK II CI for stable/* branches
2020-12-19 2:46 [Patch 0/4] Enable EDK II CI for stable/* branches Michael D Kinney
` (2 preceding siblings ...)
2020-12-19 2:46 ` [Patch 3/4] EmulatorPkg/.azurepipelines: " Michael D Kinney
@ 2020-12-19 2:46 ` Michael D Kinney
2020-12-21 1:21 ` 回复: [Patch 0/4] " gaoliming
4 siblings, 0 replies; 7+ messages in thread
From: Michael D Kinney @ 2020-12-19 2:46 UTC (permalink / raw)
To: devel
Cc: Jordan Justen, Laszlo Ersek, Ard Biesheuvel, Sean Brogan,
Bret Barkelew, Liming Gao
https://bugzilla.tianocore.org/show_bug.cgi?id=3130
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.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>
---
OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 ++
OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
index df6a62cd6107..7117b86b8177 100644
--- a/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
+++ b/OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
@@ -10,8 +10,10 @@
##
trigger:
- master
+ - stable/*
pr:
- master
+ - stable/*
jobs:
- job: Platform_CI
diff --git a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml
index dd19fff50066..772dbec186a9 100644
--- a/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml
+++ b/OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml
@@ -10,8 +10,10 @@
##
trigger:
- master
+ - stable/*
pr:
- master
+ - stable/*
jobs:
- job: Platform_CI
variables:
--
2.29.2.windows.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* 回复: [Patch 0/4] Enable EDK II CI for stable/* branches
2020-12-19 2:46 [Patch 0/4] Enable EDK II CI for stable/* branches Michael D Kinney
` (3 preceding siblings ...)
2020-12-19 2:46 ` [Patch 4/4] OvmfPkg/.azurepipelines: " Michael D Kinney
@ 2020-12-21 1:21 ` gaoliming
4 siblings, 0 replies; 7+ messages in thread
From: gaoliming @ 2020-12-21 1:21 UTC (permalink / raw)
To: 'Michael D Kinney', devel
Cc: 'Jordan Justen', 'Laszlo Ersek',
'Ard Biesheuvel', 'Leif Lindholm',
'Andrew Fish', 'Ray Ni', 'Sean Brogan',
'Bret Barkelew'
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: Michael D Kinney <michael.d.kinney@intel.com>
> 发送时间: 2020年12月19日 10:47
> 收件人: devel@edk2.groups.io
> 抄送: Jordan Justen <jordan.l.justen@intel.com>; Laszlo Ersek
> <lersek@redhat.com>; Ard Biesheuvel <ard.biesheuvel@arm.com>; Leif
> Lindholm <leif@nuviainc.com>; Andrew Fish <afish@apple.com>; Ray Ni
> <ray.ni@intel.com>; Sean Brogan <sean.brogan@microsoft.com>; Bret
> Barkelew <Bret.Barkelew@microsoft.com>; Liming Gao
> <gaoliming@byosoft.com.cn>
> 主题: [Patch 0/4] 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: Laszlo Ersek <lersek@redhat.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Cc: Leif Lindholm <leif@nuviainc.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>
>
> Michael D Kinney (4):
> .azurepipelines: Enable EDK II CI for stable/* branches
> ArmVirtPkg/.azurepipelines: Enable EDK II CI for stable/* branches
> EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches
> OvmfPkg/.azurepipelines: Enable EDK II CI for stable/* branches
>
> .azurepipelines/Ubuntu-GCC5.yml | 2 ++
> .azurepipelines/Ubuntu-PatchCheck.yml | 3 ++-
> .azurepipelines/Windows-VS2019.yml | 2 ++
> ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 ++
> EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 ++
> EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 ++
> OvmfPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 ++
> OvmfPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 ++
> 8 files changed, 16 insertions(+), 1 deletion(-)
>
> --
> 2.29.2.windows.2
^ permalink raw reply [flat|nested] 7+ messages in thread