From 070f084d15d7e7081bd30503feb0233744d11086 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 15 Feb 2023 16:29:29 -0500 Subject: [PATCH] jjb: lttng-ust: add jammy jobs Change-Id: I04e3efa6af2b04daf3094a154d04fde16a9f85f8 Signed-off-by: Michael Jeanson --- jobs/lttng-ust.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index e7f288a..82db156 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -525,6 +525,15 @@ email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com' jobs: ## Master ## + - '{job_prefix}lttng-ust_{version}_{buildtype}': + buildtype: linuxbuild + version: master + platforms: !!python/tuple [jammy-amd64] + builds: !!python/tuple [std, dist, oot, oot-dist] + confs: !!python/tuple [std, agents, debug-rcu, tls_fallback] + liburcu_versions: !!python/tuple [stable-0.13, master] + filter: '(build=="std") || ((liburcu_version=="master" && (conf=="std" || conf=="agents")))' + touchstone: '' - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: build version: master @@ -578,6 +587,15 @@ version: master ## Stable 2.13 ## + - '{job_prefix}lttng-ust_{version}_{buildtype}': + buildtype: linuxbuild + version: stable-2.13 + platforms: !!python/tuple [jammy-amd64] + builds: !!python/tuple [std, dist, oot, oot-dist] + confs: !!python/tuple [std, agents, debug-rcu, tls_fallback] + liburcu_versions: !!python/tuple [stable-0.13, master] + filter: '(build=="std") || ((liburcu_version=="stable-0.13" && (conf=="std" || conf=="agents")))' + touchstone: '' - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: build version: stable-2.13 @@ -620,6 +638,15 @@ version: stable-2.13 ## Stable 2.12 ## + - '{job_prefix}lttng-ust_{version}_{buildtype}': + buildtype: linuxbuild + version: stable-2.12 + platforms: !!python/tuple [jammy-amd64] + builds: !!python/tuple [std, dist, oot, oot-dist] + confs: !!python/tuple [std, agents, debug-rcu, tls_fallback] + liburcu_versions: !!python/tuple [stable-0.13, master] + filter: '(build=="std") || ((liburcu_version=="stable-0.13" && (conf=="std" || conf=="agents")))' + touchstone: '' - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: build version: stable-2.12 -- 2.34.1