From ec2b5bcf12c273016079f0f63c30ceeac61132c7 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 3 Mar 2023 14:34:57 -0500 Subject: [PATCH] jjb: lttng-tools: add jammy jobs Change-Id: I44c2aa8d258ce726268ede3981ab2406572811e9 Signed-off-by: Michael Jeanson --- jobs/lttng-tools.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 4f6332c..2b050c1 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -824,6 +824,18 @@ - 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 @@ -941,6 +953,18 @@ 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 @@ -1047,6 +1071,18 @@ 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 -- 2.34.1