jjb: Update matchStrs for Ubuntu focal kernels
[lttng-ci.git] / scripts / lttng-modules / master.groovy
index d61c9ac43991cbf41df245bc378a58db686f653b..5989673b1b06170b933001727df529eaaa3a7f31 100644 (file)
@@ -357,6 +357,13 @@ if (uversion != null) {
       matchStrs = [
         ~/^refs\/tags\/(Ubuntu-5\.4\.0-\d{1,3}?\.[\d]+)$/,
         ~/^refs\/tags\/(Ubuntu-hwe-5\.13-5\.13\.0-.*_20\.04\.\d+)$/,
+        ~/^refs\/tags\/(Ubuntu-hwe-5\.15-5\.15\.0-.*_20\.04\.\d+)$/,
+      ]
+      break
+
+    case 'noble':
+      matchStrs = [
+        ~/^refs\/tags\/(Ubuntu-6\.8\.0-\d{1,3}?\.[\d]+)$/,
       ]
       break
 
This page took 0.022993 seconds and 4 git commands to generate.