From: Michael Jeanson Date: Wed, 27 Feb 2019 23:05:06 +0000 (-0500) Subject: jjb: disable Ubuntu-hwe-4.18.0 branch for bionic builds X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=7fec8f14c244ea3d0013aef5e113230ba5409a7b;p=lttng-ci.git jjb: disable Ubuntu-hwe-4.18.0 branch for bionic builds Signed-off-by: Michael Jeanson --- diff --git a/scripts/lttng-modules/master.groovy b/scripts/lttng-modules/master.groovy index a5fd3f5..9ae7294 100644 --- a/scripts/lttng-modules/master.groovy +++ b/scripts/lttng-modules/master.groovy @@ -341,7 +341,7 @@ if (uversion != null) { case 'bionic': matchStrs = [ ~/^refs\/tags\/(Ubuntu-4\.15\.0-\d{1,3}?\.[\d]+)$/, - ~/^refs\/tags\/(Ubuntu-hwe-4\.18\.0-.*_18\.04\.\d+)$/, +// ~/^refs\/tags\/(Ubuntu-hwe-4\.18\.0-.*_18\.04\.\d+)$/, ] break