From: Michael Jeanson Date: Tue, 29 Aug 2023 19:12:46 +0000 (-0400) Subject: jjb: lttng-modules: Add hwe kernel to jammy X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=1af1b41431702839f3eb71f45a7e077180014284;p=lttng-ci.git jjb: lttng-modules: Add hwe kernel to jammy Change-Id: Idf926c175b42113a4a9eb8ace5e776b693674f70 Signed-off-by: Michael Jeanson --- diff --git a/scripts/lttng-modules/master.groovy b/scripts/lttng-modules/master.groovy index 9c9d123..6e39a54 100644 --- a/scripts/lttng-modules/master.groovy +++ b/scripts/lttng-modules/master.groovy @@ -348,6 +348,7 @@ 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+)$/, ] break