]> git.lttng.org Git - lttng-ci.git/commitdiff
jjb: liburcu: add s390x to portbuild jobs
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 20 Jan 2025 20:45:04 +0000 (15:45 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 20 Jan 2025 20:45:07 +0000 (15:45 -0500)
Change-Id: I76b34d6b649bbeec8ab3de4c72bcc8501b582535
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/liburcu.yaml

index adf7ff5332c08ac0e2b4713c06b9a807eca3103b..d3b559252bdaa10fd3530a32b67f6b5e3e9c4baf 100644 (file)
       # Common
       - '{job_prefix}liburcu_{version}_{buildtype}':
           buildtype: portbuild
-          platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb13-riscv64, deb12-i386]
+          platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb13-riscv64, deb12-s390x, deb12-i386]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std, static, tls_fallback, debug-rcu]
           touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")'
           touchstone: '(build == "std") && (conf == "std")'
       - '{job_prefix}liburcu_{version}_{buildtype}':
           buildtype: portbuild
-          platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
+          platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-s390x, deb12-i386]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std, static, tls_fallback, debug-rcu]
           touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")'
           touchstone: '(build == "std")'
       - 'dev_review_liburcu_{version}_{buildtype}':
           buildtype: portbuild
-          platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
+          platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-s390x, deb12-i386]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std]
           touchstone: ''
This page took 0.026445 seconds and 4 git commands to generate.