jjb: lttng-tools: add jammy jobs
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 3 Mar 2023 19:34:57 +0000 (14:34 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 3 Mar 2023 19:35:01 +0000 (14:35 -0500)
Change-Id: I44c2aa8d258ce726268ede3981ab2406572811e9
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/lttng-tools.yaml

index 4f6332c599e74e650814dc0052d9f93913b791a8..2b050c181d6e2631c7631bba4e9bf61954ba49a5 100644 (file)
       - master
     jobs:
       # Master #
+      - '{job_prefix}lttng-tools_{version}_{buildtype}':
+          buildtype: linuxbuild
+          version: master
+          ustversion: master
+          platforms: !!python/tuple [jammy-amd64]
+          builds: !!python/tuple [std, oot, dist]
+          confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
+          urcuversions: !!python/tuple [master]
+          babelversions: !!python/tuple [stable-2.0, master]
+          testtypes: !!python/tuple [base]
+          filter: '(build=="std") || ((babeltrace_version=="master" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
+          touchstone: ''
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: build
           version: master
           ustversion: master
 
       # stable-2.13
+      - '{job_prefix}lttng-tools_{version}_{buildtype}':
+          buildtype: linuxbuild
+          version: stable-2.13
+          ustversion: stable-2.13
+          platforms: !!python/tuple [jammy-amd64]
+          builds: !!python/tuple [std, oot, dist]
+          confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
+          urcuversions: !!python/tuple [stable-0.13]
+          babelversions: !!python/tuple [stable-2.0]
+          testtypes: !!python/tuple [base]
+          filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
+          touchstone: ''
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: build
           version: stable-2.13
           ustversion: stable-2.13
 
       # stable-2.12
+      - '{job_prefix}lttng-tools_{version}_{buildtype}':
+          buildtype: linuxbuild
+          version: stable-2.12
+          ustversion: stable-2.12
+          platforms: !!python/tuple [jammy-amd64]
+          builds: !!python/tuple [std, oot, dist]
+          confs: !!python/tuple [std, no-ust, agents, debug-rcu, tls_fallback]
+          urcuversions: !!python/tuple [stable-0.13]
+          babelversions: !!python/tuple [stable-2.0]
+          testtypes: !!python/tuple [base]
+          filter: '(build=="std") || ((babeltrace_version=="stable-2.0" && (conf=="std" || conf=="agents" || conf=="no-ust")))'
+          touchstone: ''
       - '{job_prefix}lttng-tools_{version}_{buildtype}':
           buildtype: build
           version: stable-2.12
This page took 0.024891 seconds and 4 git commands to generate.