From: Jonathan Rajotte Date: Tue, 30 Jun 2015 17:01:38 +0000 (-0400) Subject: Test cutoff X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=04b7f511ad9a5e8e08a937a0fc1a13f8f5b9388f;p=lttng-ci.git Test cutoff --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index e404d83..ed785f1 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("4.1", "") +def kernelTagCutOff = new BasicVersion("3.9", "") def modulesBranches = [] //def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"]