Add 2.11 and 2.12 to system tests overarching job
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 27 Mar 2020 14:40:36 +0000 (10:40 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 27 Mar 2020 14:40:36 +0000 (10:40 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
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.024155 seconds and 4 git commands to generate.