From: Jonathan Rajotte Date: Thu, 11 Jun 2015 21:13:45 +0000 (-0400) Subject: Debug info X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=07f90dd7050cd3dced152e0b4b538e96a1dc36bc;p=lttng-ci.git Debug info --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 8477961..8614231 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -163,6 +163,11 @@ if ( result.exitValue() == 0 ) { String kernelPrefix = "dsl-kernel" String separator = "-" + + println("CutOff index") + println(cutoffPos) + + // Actual job creation for (int i = cutoffPos; i < versions.size() ; i++) {