jjb: barectf: Move build to jammy-amd64 nodes
[lttng-ci.git] / scripts / system-tests / system-trigger.groovy
index 21513646ef1c8dd91e787ff6aa7268fef2f37e6a..f59e5708451994fb9278be25bade0378e2a50627 100644 (file)
@@ -301,16 +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.12',
-  'stable-2.11']
+  'stable-2.13',
+  'stable-2.12']
 def recentLinuxBranchesOfInterest = ['master',
+  'linux-5.16.y',
+  'linux-5.15.y',
+  'linux-5.10.y',
   'linux-5.4.y',
-  'linux-5.1.y',
-  'linux-5.0.y',
   'linux-4.19.y',
   'linux-4.14.y',
-  'linux-4.9.y',
-  'linux-4.4.y']
+  'linux-4.9.y']
 
 def legacyLttngBranchesOfInterest = []
 def legacyLinuxBranchesOfInterest = []
This page took 0.024258 seconds and 4 git commands to generate.