]> git.lttng.org Git - lttng-ci.git/commitdiff
jjb: Add lttng-ust dev_review jobs on SLES for stable-2.13 and stable-2.12
authorKienan Stewart <kstewart@efficios.com>
Fri, 20 Dec 2024 19:33:37 +0000 (14:33 -0500)
committerKienan Stewart <kstewart@efficios.com>
Fri, 20 Dec 2024 19:53:36 +0000 (14:53 -0500)
Change-Id: Ib9e4c8325eb4112fe15aa637734a8e258e171185
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
jobs/lttng-ust.yaml

index d3787cb3df99c4ed6b2fc3cc4f39d2c8ad2518e5..0fa4e58c52ada9c5d9b05334a7d71dc91188cc89 100644 (file)
           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}':
           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
This page took 0.026422 seconds and 4 git commands to generate.