From: Michael Jeanson Date: Wed, 6 Mar 2019 20:51:03 +0000 (-0500) Subject: jjb: blacklist v3.2.3 from vanilla builds X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=2cfd47abc36e59411462a1c3a4bf6d4ad314ad90;p=lttng-ci.git jjb: blacklist v3.2.3 from vanilla builds Signed-off-by: Michael Jeanson --- diff --git a/scripts/lttng-modules/master.groovy b/scripts/lttng-modules/master.groovy index 9ae7294..2cc2a62 100644 --- a/scripts/lttng-modules/master.groovy +++ b/scripts/lttng-modules/master.groovy @@ -377,6 +377,9 @@ if (uversion != null) { matchStrs = [ ~/^refs\/tags\/(v[\d\.]+(-rc(\d+))?)$/, ] + blacklist = [ + 'v3.2.3', + ] } // Parse kernel versions