Introduce babeltrace benchmark pipeline
[lttng-ci.git] / scripts / system-tests / system-trigger.groovy
index 8267c557e26b1132c3e480da7aa32cb6236145ef..62414898d643a2c2ec71addf915116d3108c0a93 100644 (file)
@@ -301,10 +301,16 @@ 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 recentLinuxBranchesOfInterest = ['master', 'linux-4.19.y', 'linux-4.14.y', 'linux-4.9.y']
-
-def legacyLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9', 'stable-2.7']
-def legacyLinuxBranchesOfInterest = ['linux-4.4.y']
+def recentLinuxBranchesOfInterest = ['master',
+  'linux-5.1.y',
+  'linux-5.0.y',
+  'linux-4.19.y',
+  'linux-4.14.y',
+  'linux-4.9.y',
+  'linux-4.4.y']
+
+def legacyLttngBranchesOfInterest = []
+def legacyLinuxBranchesOfInterest = []
 
 def vmLinuxBranchesOfInterest = ['linux-3.18.y']
 
This page took 0.022568 seconds and 4 git commands to generate.