jjb: lttng-modules: Add ubuntu focal job
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 15 Jan 2020 19:54:46 +0000 (14:54 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 15 Jan 2020 19:54:46 +0000 (14:54 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-modules.yaml
scripts/lttng-modules/master.groovy

index c700d29ea3b887407853c505910a626d2637f092..0d99488ee6a0dbf2c41e2633bd6d8735d2fa7626 100644 (file)
           uversion:
             - xenial
             - bionic
+            - focal
           buildtype: build
           parambuildtype: build
           kverfloor: ''
index 2cc2a620bbf6e9daae60f783604fa6515eb7ea36..29ff8ce0078b70daf88f023c9bda38faee0f20b8 100644 (file)
@@ -338,10 +338,17 @@ def kversionFactory = ""
 if (uversion != null) {
   kversionFactory = new UbuntuKVersion()
   switch (uversion) {
+    case 'focal':
+      matchStrs = [
+        ~/^refs\/tags\/(Ubuntu-5\.4\.0-\d{1,3}?\.[\d]+)$/,
+      ]
+      break
+
     case 'bionic':
       matchStrs = [
         ~/^refs\/tags\/(Ubuntu-4\.15\.0-\d{1,3}?\.[\d]+)$/,
-//        ~/^refs\/tags\/(Ubuntu-hwe-4\.18\.0-.*_18\.04\.\d+)$/,
+        ~/^refs\/tags\/(Ubuntu-hwe-4\.18\.0-.*_18\.04\.\d+)$/,
+        ~/^refs\/tags\/(Ubuntu-hwe-5\.0\.0-.*_18\.04\.\d+)$/,
       ]
       break
 
This page took 0.024579 seconds and 4 git commands to generate.