bt benchmark: rename to babeltrace_benchmark
[lttng-ci.git] / scripts / lttng-modules / master.groovy
index a5fd3f5eedfb04d2055cfa36813013a74b00fcb2..2cc2a620bbf6e9daae60f783604fa6515eb7ea36 100644 (file)
@@ -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
 
@@ -377,6 +377,9 @@ if (uversion != null) {
   matchStrs = [
     ~/^refs\/tags\/(v[\d\.]+(-rc(\d+))?)$/,
   ]
+  blacklist = [
+    'v3.2.3',
+  ]
 }
 
 // Parse kernel versions
This page took 0.023775 seconds and 4 git commands to generate.