From: Michael Jeanson Date: Wed, 28 Feb 2024 16:02:41 +0000 (-0500) Subject: jjb: librseq: add review portbuild job X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=50c1e250b61398631525869d64da369841daaa0b;p=lttng-ci.git jjb: librseq: add review portbuild job Also remove the touchstone, they slow things down and we have plenty of builders now. Change-Id: I675263ca09f4052acb698a2c927ab1765beb49b0 Signed-off-by: Michael Jeanson --- diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index f91ada4..ff7f4c2 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -323,20 +323,20 @@ platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static] - touchstone: '(build == "std") && (conf == "std")' + touchstone: '' - 'librseq_{version}_{cctype}': cctype: clangbuild platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std, static] ccs: !!python/tuple [clang-13, clang-14, clang-15] - touchstone: '(build == "std") && (conf == "std") && (cc == "clang-15")' + touchstone: '' - 'librseq_{version}_{buildtype}': buildtype: portbuild platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, static] - touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")' + touchstone: '' - project: name: review-librseq @@ -350,7 +350,13 @@ platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static] - touchstone: '(build == "std") && (conf == "std")' + touchstone: '' + - 'dev_review_librseq_{version}_{buildtype}': + buildtype: portbuild + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + touchstone: '' - project: name: librseq-views