From bec814dcc2f26c359d8b84007365365045e48e80 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Fri, 20 Dec 2024 14:33:37 -0500 Subject: [PATCH] jjb: Add lttng-ust dev_review jobs on SLES for stable-2.13 and stable-2.12 Change-Id: Ib9e4c8325eb4112fe15aa637734a8e258e171185 Signed-off-by: Kienan Stewart --- jobs/lttng-ust.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index d3787cb..0fa4e58 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -859,6 +859,16 @@ confs: !!python/tuple [agents] filter: '' touchstone: '(platform == "deb12-i386")' + - 'dev_review_lttng-ust_lttng-tools_{version}_{buildtype}': + version: stable-2.13 + buildtype: slesbuild + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + liburcu_versions: !!python/tuple [stable-0.13, stable-0.14, stable-0.15, master] + filter: '' + touchstone: '' + babeltrace_version: stable-2.0 ## Stable 2.12 ## - 'dev_review_lttng-ust_{version}_{buildtype}': @@ -887,6 +897,16 @@ confs: !!python/tuple [agents] filter: '' touchstone: '(platform == "deb12-i386")' + - 'dev_review_lttng-ust_lttng-tools_{version}_{buildtype}': + version: stable-2.12 + buildtype: slesbuild + platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64, sles15sp5-amd64] + builds: !!python/tuple [std] + confs: !!python/tuple [agents] + liburcu_versions: !!python/tuple [stable-0.13, stable-0.14, stable-0.15, master] + filter: '' + touchstone: '' + babeltrace_version: stable-2.0 - project: name: review-lttng-ust-java -- 2.39.5