Fix: set ulimit when running test
[lttng-ci.git] / scripts / lttng-modules / master.groovy
index 9ae7294b6997c01d17d41a71b23218b49f027e9f..2cc2a620bbf6e9daae60f783604fa6515eb7ea36 100644 (file)
@@ -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.021736 seconds and 4 git commands to generate.