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

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