[edk2-devel] [Patch 3/4] EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches

Michael D Kinney posted 4 patches 3 years, 11 months ago
There is a newer version of this series
[edk2-devel] [Patch 3/4] EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches
Posted by Michael D Kinney 3 years, 11 months ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#69245): https://edk2.groups.io/g/devel/message/69245
Mute This Topic: https://groups.io/mt/79076693/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [Patch 3/4] EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches
Posted by Ni, Ray 3 years, 11 months ago
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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#69295): https://edk2.groups.io/g/devel/message/69295
Mute This Topic: https://groups.io/mt/79076693/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-