jjb: Add latest Ubuntu jammy kernel ranges for lttng-modules
[lttng-ci.git] / scripts / lttng-modules / master.groovy
index 9c9d123faea16dcc0a4b30d1149acf6e5bf3aacb..3ce6f9a723dfeea033586e1be909fdc39afe9932 100644 (file)
@@ -348,6 +348,8 @@ if (uversion != null) {
     case 'jammy':
       matchStrs = [
         ~/^refs\/tags\/(Ubuntu-5\.15\.0-\d{1,3}?\.[\d]+)$/,
+        ~/^refs\/tags\/(Ubuntu-hwe-6\.2-6\.2\.0-.*_22\.04\.\d+)$/,
+        ~/^refs\/tags\/(Ubuntu-hwe-6\.5-6\.5\.0-.*_22\.04\.\d+)$/,
       ]
       break
 
@@ -358,20 +360,6 @@ if (uversion != null) {
       ]
       break
 
-    case 'bionic':
-      matchStrs = [
-        ~/^refs\/tags\/(Ubuntu-4\.15\.0-\d{1,3}?\.[\d]+)$/,
-        ~/^refs\/tags\/(Ubuntu-hwe-5\.4-5\.4\.0-.*_18\.04\.\d+)$/,
-      ]
-      break
-
-    case 'xenial':
-      matchStrs = [
-        ~/^refs\/tags\/(Ubuntu-4\.4\.0-\d{1,3}?\.[\d]+)$/,
-        ~/^refs\/tags\/(Ubuntu-hwe-4\.15\.0-.*_16\.04\.\d+)$/,
-      ]
-      break
-
     default:
       println "Unsupported Ubuntu version: ${uversion}"
       throw new InterruptedException()
This page took 0.022603 seconds and 4 git commands to generate.