From c250529bc9ea338cc0ef3838874c814dea808223 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 20 Jan 2025 15:58:52 -0500 Subject: [PATCH] jjb: lttng-ust: add s390x to portbuild jobs Change-Id: I4d81fef226ae1cd0b420903d87c9ae3a7876612a Signed-off-by: Michael Jeanson --- jobs/lttng-ust.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index cdb8703..23286c8 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -614,7 +614,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: master - 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, agents] filter: '' @@ -683,7 +683,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.13 - 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, agents] filter: '' @@ -741,7 +741,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: portbuild version: stable-2.12 - 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, agents] filter: '' @@ -825,7 +825,7 @@ - 'dev_review_lttng-ust_{version}_{buildtype}': version: master 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 [agents] filter: '' @@ -872,7 +872,7 @@ - 'dev_review_lttng-ust_{version}_{buildtype}': version: stable-2.13 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 [agents] filter: '' @@ -910,7 +910,7 @@ - 'dev_review_lttng-ust_{version}_{buildtype}': version: stable-2.12 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 [agents] filter: '' -- 2.39.5