From 0bccd148b2fa5b60110885a127c448fa8d862c02 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Mon, 7 Aug 2023 16:20:34 -0400 Subject: [PATCH] jjb: Add dev job for lttng-tools rootbuild on deb12-amd64 Change-Id: I19e6ec6ea527a89fdbee7deca3b4ad914d63b518 --- jobs/babeltrace.yaml | 7 +++++++ jobs/liburcu.yaml | 6 ++++++ jobs/lttng-tools.yaml | 12 ++++++++++++ 3 files changed, 25 insertions(+) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 05644bd..de1aa1d 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -871,6 +871,13 @@ 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 diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 4edb92d..aeab7da 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -460,6 +460,12 @@ 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 diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 14fda98..c766980 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1795,6 +1795,18 @@ 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 -- 2.34.1