Blame SOURCES/0011-build-Run-CI-builds-on-the-stable-branches-with-azp-.patch

764884
From 0f5201694034518656eb07f4ee2060c39c6255ce Mon Sep 17 00:00:00 2001
764884
From: Jason Gunthorpe <jgg@mellanox.com>
764884
Date: Thu, 7 Nov 2019 13:38:04 -0400
764884
Subject: [PATCH rdma-core 11/13] build: Run CI builds on the stable branches
764884
 with azp support
764884
764884
[ Upstream commit 5770331de18e98449840238300a0bf4a436d2ee3 ]
764884
764884
v25 is the oldest stable branch that supports azp, before that travis is
764884
required.
764884
764884
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
764884
---
764884
 buildlib/azure-pipelines.yml | 7 +++++++
764884
 1 file changed, 7 insertions(+)
764884
764884
diff --git a/buildlib/azure-pipelines.yml b/buildlib/azure-pipelines.yml
764884
index 4eef7408..031824b2 100644
764884
--- a/buildlib/azure-pipelines.yml
764884
+++ b/buildlib/azure-pipelines.yml
764884
@@ -2,6 +2,13 @@
764884
 
764884
 trigger:
764884
   - master
764884
+  - stable-v4*
764884
+  - stable-v3*
764884
+  - stable-v29
764884
+  - stable-v28
764884
+  - stable-v27
764884
+  - stable-v26
764884
+  - stable-v25
764884
 pr:
764884
   - master
764884
 
764884
-- 
764884
2.20.1
764884