Test cutoff
[lttng-ci.git] / dsl / kernel-lttng-modules.seed.groovy
index 8614231e1b8865989d5ef2b45c802fc0d25e3de3..ed785f19cc0d2d93b99b5a9685e25c0b35f2d30a 100644 (file)
@@ -87,9 +87,10 @@ class BasicVersion implements Comparable<BasicVersion> {
     }
 }
 
-def kernelTagCutOff = new BasicVersion("4.3", "")
-def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"]
+def kernelTagCutOff = new BasicVersion("3.9", "")
+def modulesBranches = []
 
+//def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"]
 
 def linuxURL = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"
 def modulesURL = "git://git.lttng.org/lttng-modules.git"
This page took 0.025256 seconds and 4 git commands to generate.