Add 2.11 and 2.12 to system tests overarching job
[lttng-ci.git] / scripts / system-tests / system-trigger.groovy
index c12cfe03004acbda68b56ae525a1ee2168d9cd3a..823bdbec8ed140c82add9a13abbcbb0d704943b8 100644 (file)
@@ -300,7 +300,11 @@ final String linuxRepo = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/l
 
 final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/pastjobs";
 
-def recentLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9']
+def recentLttngBranchesOfInterest = ['master',
+  'stable-2.12',
+  'stable-2.11',
+  'stable-2.10',
+  'stable-2.9']
 def recentLinuxBranchesOfInterest = ['master',
   'linux-5.1.y',
   'linux-5.0.y',
This page took 0.02178 seconds and 4 git commands to generate.