From 855953cb7b3c18bf58176a3d674472609f704bca Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 18 Nov 2024 14:42:58 -0500 Subject: [PATCH] jjb: yocto23: replaced powerpcspe with powerpc The Yocto 2.3 builder was moved from a p2020rdb to a p3041ds, this means the CPU cores changed from e500v2 to e500mc. Both are 32bit big-endian PowerPC but the e500mc is a more classic powerpc architecture while the e500v2 is a rarer powerpcspe variant which has been deprecated. Change-Id: If420a16cf97823c95908a6f0ebe9b34dc154d833 Signed-off-by: Michael Jeanson --- jobs/babeltrace.yaml | 2 +- jobs/liburcu.yaml | 2 +- jobs/lttng-tools.yaml | 6 +++--- jobs/lttng-ust.yaml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 820dac5..b623339 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -612,7 +612,7 @@ touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: yoctobuild - platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 412aae4..6fa2a0c 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -387,7 +387,7 @@ touchstone: '(build == "std")' - '{job_prefix}liburcu_{version}_{buildtype}': buildtype: yoctobuild - platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '(build == "std")' diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 67c911a..7cbc369 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -1252,7 +1252,7 @@ buildtype: yoctobuild version: master ustversion: master - platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [master] @@ -1426,7 +1426,7 @@ buildtype: yoctobuild version: stable-2.13 ustversion: stable-2.13 - platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] @@ -1600,7 +1600,7 @@ buildtype: yoctobuild version: stable-2.12 ustversion: stable-2.12 - platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] urcuversions: !!python/tuple [stable-0.13] diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 9ecb82e..da91eb7 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -635,7 +635,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: yoctobuild version: master - platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -706,7 +706,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: yoctobuild version: stable-2.13 - platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.13, master] @@ -766,7 +766,7 @@ - '{job_prefix}lttng-ust_{version}_{buildtype}': buildtype: yoctobuild version: stable-2.12 - platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] + platforms: !!python/tuple [yocto23-powerpc, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] liburcu_versions: !!python/tuple [stable-0.13] -- 2.34.1