jjb: lttng-modules: update ubuntu supported kernel versions
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 26 Aug 2024 15:45:14 +0000 (11:45 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 26 Aug 2024 17:41:17 +0000 (13:41 -0400)
Change-Id: Ia2a3b361397e1690ad12272391730f8d06a053c8
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/lttng-modules/master.groovy

index 5c515b7e8497fc83673b9a4b2be296e3808c84e2..26f9c61998d6ee57e203b43d1bd683d743aaf3c8 100644 (file)
@@ -628,16 +628,15 @@ if (elversion != 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+)$/,
+        ~/^refs\/tags\/(Ubuntu-hwe-6\.8-6\.8\.0-.*_22\.04\.\d+)$/,
       ]
       break
 
     case 'focal':
       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+)$/,
+        ~/^refs\/tags\/(Ubuntu-hwe-6\.8-6\.8\.0-.*_20\.04\.\d+)$/,
       ]
       break
 
This page took 0.023932 seconds and 4 git commands to generate.