From 721f7141b39a8afbd312a92bf958afad568bb7fb Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 20 Jan 2025 15:43:54 -0500 Subject: [PATCH] jjb: babeltrace: add s390x to portbuild jobs Change-Id: Iddae56b5a5b2ef1aeca727084e395d12fd640321 Signed-off-by: Michael Jeanson --- jobs/babeltrace.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index f9792ba..0600b65 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -594,7 +594,7 @@ touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{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, prod] filter: '' @@ -695,7 +695,7 @@ - 'dev_review_babeltrace_{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 [std] filter: '' @@ -743,7 +743,7 @@ - 'dev_review_babeltrace_{version}_{buildtype}': version: stable-2.1 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] filter: '' @@ -791,7 +791,7 @@ - 'dev_review_babeltrace_{version}_{buildtype}': version: stable-2.0 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] filter: '' @@ -856,7 +856,7 @@ touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{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, python-bindings] filter: '' -- 2.39.5