jjb: lava: remove untracked linux version
[lttng-ci.git] / scripts / system-tests / system-trigger.groovy
index 6eb637bd7c49d306c6827fa9cf91c68741f0d7bb..d84b15ba43486b95375cb4c1ef4ec3f035fbfd3f 100644 (file)
@@ -322,7 +322,7 @@ def recentLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9']
 def recentLinuxBranchesOfInterest = ['master', 'linux-4.9.y', 'linux-4.4.y']
 
 def legacyLttngBranchesOfInterest = ['stable-2.7']
-def legacyLinuxBranchesOfInterest = ['linux-3.18.y', 'linux-4.4.y']
+def legacyLinuxBranchesOfInterest = ['linux-3.18.y']
 
 // Generate configurations of interest.
 def configurationOfInterest = [] as Set
@@ -554,7 +554,7 @@ while (ongoingBuild.size() > 0) {
 
   // Sleep before the next iteration.
   try {
-    Thread.sleep(10000)
+    Thread.sleep(30000)
   } catch(e) {
     if (e in InterruptedException) {
       build.setResult(hudson.model.Result.ABORTED)
This page took 0.022184 seconds and 4 git commands to generate.