jjb: Add dev job for lttng-tools rootbuild on deb12-amd64
authorKienan Stewart <kstewart@efficios.com>
Mon, 7 Aug 2023 20:20:34 +0000 (16:20 -0400)
committerKienan Stewart <kstewart@efficios.com>
Mon, 7 Aug 2023 20:55:57 +0000 (16:55 -0400)
Change-Id: I19e6ec6ea527a89fdbee7deca3b4ad914d63b518

jobs/babeltrace.yaml
jobs/liburcu.yaml
jobs/lttng-tools.yaml

index 05644bd67b6245f6c7108ba81e48911cda4b362e..de1aa1d3ad702c765d7be3e701079fcb0935c8f0 100644 (file)
           confs: !!python/tuple [std, prod]
           filter: ''
           touchstone: ''
+      - '{job_prefix}babeltrace_{version}_{buildtype}':
+          buildtype: build
+          platforms: !!python/tuple [deb12-amd64]
+          builds: !!python/tuple [std]
+          confs: !!python/tuple [std, prod]
+          filter: ''
+          touchstone: ''
 
 - project:
     name: babeltrace-views
index 4edb92d5f8fe0aba20c6fe19e3fd0f7afe4e2710..aeab7da8c5871331ff76993c04afdae4c4631ef1 100644 (file)
           builds: !!python/tuple [std]
           confs: !!python/tuple [std, static, tls_fallback, debug-rcu]
           touchstone: ''
+      - '{job_prefix}liburcu_{version}_{buildtype}':
+          buildtype: build
+          platforms: !!python/tuple [deb12-amd64]
+          builds: !!python/tuple [std]
+          confs: !!python/tuple [std, agents, static, tls_fallback, debug-rcu]
+          touchstone: ''
 
 - project:
     name: liburcu-views
index 14fda985f89c55c0faeb5ff610f53c01f0852a25..c766980b9137d39c7e733198c387a7db4fb531fe 100644 (file)
           babelversions: !!python/tuple [master]
           filter: ''
           touchstone: ''
+      - '{job_prefix}lttng-tools_{version}_rootbuild':
+          version: master
+          buildtype: build
+          ustversion: master
+          platforms: !!python/tuple [deb12-amd64]
+          builds: !!python/tuple [std]
+          confs: !!python/tuple [agents]
+          urcuversions: !!python/tuple [master]
+          ustversion: master
+          babelversions: !!python/tuple [master]
+          filter: '(node=="deb12-amd64-rootnode" && platform=="deb12-amd64")'
+          touchstone: ''
 
 - project:
     name: lttng-tools-views
This page took 0.025035 seconds and 4 git commands to generate.