From: Jonathan Rajotte Date: Thu, 16 Jul 2015 20:49:29 +0000 (-0400) Subject: Remove debug comment X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=c66f2c31b79482d1ac4efb284f84573399578cce;p=lttng-ci.git Remove debug comment --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 536bad2..0e2fa4d 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -302,7 +302,7 @@ while (toBuild.size() != 0) { } if ((ongoingBuild.size() <= kernelEnabledNode.intdiv(2)) && (queuedTask.size() < limitQueue)) { def job = toBuild.pop() - //ongoingBuild.push(job.scheduleBuild2(0)) + ongoingBuild.push(job.scheduleBuild2(0)) println "\t trigering " + HyperlinkNote.encodeTo('/' + job.url, job.fullDisplayName) } else { println "Currently " + ongoingBuild.size() + " build currently on execution. Limit: " + kernelEnabledNode.intdiv(2)