jjb: librseq: add review portbuild job
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 28 Feb 2024 16:02:41 +0000 (11:02 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 28 Feb 2024 16:03:01 +0000 (11:03 -0500)
Also remove the touchstone, they slow things down and we have plenty of
builders now.

Change-Id: I675263ca09f4052acb698a2c927ab1765beb49b0
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/librseq.yaml

index f91ada4dcf45d5ff4383bb98d6ec799414ccbf31..ff7f4c285e030f21bd99cad4f2854b6272ebec84 100644 (file)
           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
           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
This page took 0.023507 seconds and 4 git commands to generate.