jjb: Do not test python2 agents in lttng-tools release builds
[lttng-ci.git] / jobs / lttng-modules.yaml
index cdccb89e61daa6cd0c583a51d19f04eca160df95..cc77abbc7d1f82f84b0a4ab2354b5afb150c9b70 100644 (file)
           type: user-defined
           name: cross_arch
           values: '{obj:cross_arch}'
+      - axis:
+          type: slave
+          name: platforms
+          values: '{obj:platforms}'
 
     properties:
       - build-discarder:
 
 # Ubuntu normal builds
       - 'lttng-modules_{mversion}_{buildtype}-{uversion}':
+          mversion:
+            - master
+            - stable-2.13
           uversion:
             - bionic
             - focal
           kverceil: ''
           kverfilter: stable-head
 
+      - 'lttng-modules_{mversion}_{buildtype}-{uversion}':
+          mversion:
+            - stable-2.12
+          uversion:
+            - bionic
+            - focal
+            - jammy
+          buildtype: build
+          parambuildtype: build
+          kverfloor: ''
+          kverceil: Ubuntu-hwe-5.18.0-0.0
+          kverfilter: stable-head
+
 # Vanilla crossbuilds
       - 'lttng-modules_{mversion}_{buildtype}-vanilla':
           mversion:
 
 # Ubuntu cross builds
       - 'lttng-modules_{mversion}_{buildtype}-{uversion}':
+          mversion:
+            - master
+            - stable-2.13
           uversion:
             - bionic
+            - focal
+            - jammy
           buildtype: crossbuild
           parambuildtype: crossbuild
           kverfloor: ''
           kverceil: ''
           kverfilter: stable-head
 
+      - 'lttng-modules_{mversion}_{buildtype}-{uversion}':
+          mversion:
+            - stable-2.12
+          uversion:
+            - bionic
+            - focal
+            - jammy
+          buildtype: crossbuild
+          parambuildtype: crossbuild
+          kverfloor: ''
+          kverceil: Ubuntu-hwe-5.18.0-0.0
+          kverfilter: stable-head
+
 # Parametrized kernel and modules build jobs
       - 'lttng-modules_PARAM_build':
           platforms: !!python/tuple [deb12-amd64]
       - 'lttng-modules_PARAM_crossbuild':
+          platforms: !!python/tuple [deb12-amd64]
           cross_arch: !!python/tuple [armhf, arm64, powerpc, ppc64el]
 
 # Misc jobs
This page took 0.036613 seconds and 4 git commands to generate.