From dc98b48ab638339a47b89f80bdb9a734d68b8846 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Fri, 11 Aug 2023 10:51:17 -0400 Subject: [PATCH] jjb: Add linuxbuilds for dev_review_lttng-tools Change-Id: I93adf5f61e62205c347d599465850d1ac01e75bc --- jobs/lttng-tools.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index ca71c3f..cf0eacb 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1695,6 +1695,16 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' + - 'dev_review_lttng-tools_{version}_{buildtype}': + buildtype: linuxbuild + version: master + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, no-ust, agents] + urcuversions: !!python/tuple [stable-0.14] + babelversions: !!python/tuple [stable-2.0] + filter: '' + touchstone: '' - 'dev_review_lttng-tools_{version}_rootbuild': version: master buildtype: build @@ -1739,6 +1749,16 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: stable-2.13 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, no-ust, agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '' + touchstone: '' - 'dev_review_lttng-tools_{version}_rootbuild': version: stable-2.13 buildtype: build @@ -1761,6 +1781,16 @@ babelversions: !!python/tuple [stable-2.0] filter: '' touchstone: '' + - 'dev_review_lttng-tools_{version}_{buildtype}': + version: stable-2.12 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, no-ust, agents] + urcuversions: !!python/tuple [stable-0.13] + babelversions: !!python/tuple [stable-2.0] + filter: '' + touchstone: '' - 'dev_review_lttng-tools_{version}_rootbuild': version: stable-2.12 buildtype: build -- 2.34.1