ansible: Add group roles for building ci/dev images
[lttng-ci.git] / scripts / lttng-modules / master.groovy
index 6e39a5453bf0d95aaef8786c0e6c2cadc9f8a30d..3ce6f9a723dfeea033586e1be909fdc39afe9932 100644 (file)
@@ -349,6 +349,7 @@ if (uversion != null) {
       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+)$/,
       ]
       break
 
@@ -359,20 +360,6 @@ if (uversion != null) {
       ]
       break
 
-    case 'bionic':
-      matchStrs = [
-        ~/^refs\/tags\/(Ubuntu-4\.15\.0-\d{1,3}?\.[\d]+)$/,
-        ~/^refs\/tags\/(Ubuntu-hwe-5\.4-5\.4\.0-.*_18\.04\.\d+)$/,
-      ]
-      break
-
-    case 'xenial':
-      matchStrs = [
-        ~/^refs\/tags\/(Ubuntu-4\.4\.0-\d{1,3}?\.[\d]+)$/,
-        ~/^refs\/tags\/(Ubuntu-hwe-4\.15\.0-.*_16\.04\.\d+)$/,
-      ]
-      break
-
     default:
       println "Unsupported Ubuntu version: ${uversion}"
       throw new InterruptedException()
This page took 0.024249 seconds and 4 git commands to generate.