jjb: barectf: add stable-3.0 branch job
[lttng-ci.git] / scripts / system-tests / system-trigger.groovy
index 0fedc26fe095347b242383d92044217e7edc3745..21513646ef1c8dd91e787ff6aa7268fef2f37e6a 100644 (file)
@@ -302,10 +302,9 @@ final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/
 
 def recentLttngBranchesOfInterest = ['master',
   'stable-2.12',
-  'stable-2.11',
-  'stable-2.10',
-  'stable-2.9']
+  'stable-2.11']
 def recentLinuxBranchesOfInterest = ['master',
+  'linux-5.4.y',
   'linux-5.1.y',
   'linux-5.0.y',
   'linux-4.19.y',
@@ -369,8 +368,6 @@ if (triggerJobName.contains("vm_tests")) {
   }
 } else if (triggerJobName.contains("baremetal_tests")) {
   jobType = 'baremetal_tests';
-} else if (triggerJobName.contains("baremetal_benchmarks")) {
-  jobType = 'baremetal_benchmarks';
 }
 
 // Hashmap containing all the jobs, their configuration (commit id, etc. )and
This page took 0.022268 seconds and 4 git commands to generate.