From: Michael Jeanson Date: Mon, 26 Aug 2024 15:45:14 +0000 (-0400) Subject: jjb: lttng-modules: update ubuntu supported kernel versions X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=0bcde46e11fbaddd071cf5137d5ea9d2384307a6;p=lttng-ci.git jjb: lttng-modules: update ubuntu supported kernel versions Change-Id: Ia2a3b361397e1690ad12272391730f8d06a053c8 Signed-off-by: Michael Jeanson --- diff --git a/scripts/lttng-modules/master.groovy b/scripts/lttng-modules/master.groovy index 5c515b7..26f9c61 100644 --- a/scripts/lttng-modules/master.groovy +++ b/scripts/lttng-modules/master.groovy @@ -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