From: Jonathan Rajotte Date: Mon, 6 Jul 2015 16:50:17 +0000 (-0400) Subject: Cut off for stress test X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=81b43564ed6baee5ab6375edf0ad401a13b7a890;p=lttng-ci.git Cut off for stress test --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 687836d..9a633fd 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -87,7 +87,7 @@ class BasicVersion implements Comparable { } } -def kernelTagCutOff = new BasicVersion("3.9", "") +def kernelTagCutOff = new BasicVersion("2.6.36", "") def modulesBranches = [] //def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"]