jjb: lttng-modules: add ubuntu jammy kernels
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 25 Mar 2022 19:03:59 +0000 (15:03 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 13 Apr 2022 17:54:02 +0000 (13:54 -0400)
Change-Id: I6c3bd3339f06788dff9bb8e0a9965906a954fc7e
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-modules.yaml
scripts/lttng-modules/master.groovy

index 6195f2c40625ca17a714f2736a1c6774764fd665..b47a91b1e4ba975dbb1a0114c1168c2d2022a30e 100644 (file)
             - xenial
             - bionic
             - focal
+            - jammy
           buildtype: build
           parambuildtype: build
           kverfloor: ''
index 18e0a9fd7e38d1c63916f978949dccc7b55ec440..6efffe5021ce3c575013129da608cc92343ec00e 100644 (file)
@@ -345,17 +345,22 @@ def kversionFactory = ""
 if (uversion != null) {
   kversionFactory = new UbuntuKVersion()
   switch (uversion) {
+    case 'jammy':
+      matchStrs = [
+        ~/^refs\/tags\/(Ubuntu-5\.15\.0-\d{1,3}?\.[\d]+)$/,
+      ]
+      break
+
     case 'focal':
       matchStrs = [
         ~/^refs\/tags\/(Ubuntu-5\.4\.0-\d{1,3}?\.[\d]+)$/,
-        ~/^refs\/tags\/(Ubuntu-hwe-5\.8-5\.8\.0-.*_20\.04\.\d+)$/,
+        ~/^refs\/tags\/(Ubuntu-hwe-5\.13-5\.13\.0-.*_20\.04\.\d+)$/,
       ]
       break
 
     case 'bionic':
       matchStrs = [
         ~/^refs\/tags\/(Ubuntu-4\.15\.0-\d{1,3}?\.[\d]+)$/,
-        ~/^refs\/tags\/(Ubuntu-hwe-5\.0-5\.0\.0-.*_18\.04\.\d+)$/,
         ~/^refs\/tags\/(Ubuntu-hwe-5\.4-5\.4\.0-.*_18\.04\.\d+)$/,
       ]
       break
This page took 0.026311 seconds and 4 git commands to generate.