]> git.lttng.org Git - lttng-ci.git/commitdiff
jjb: yocto23: replaced powerpcspe with powerpc
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 18 Nov 2024 19:42:58 +0000 (14:42 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 18 Nov 2024 19:43:02 +0000 (14:43 -0500)
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 <mjeanson@efficios.com>
jobs/babeltrace.yaml
jobs/liburcu.yaml
jobs/lttng-tools.yaml
jobs/lttng-ust.yaml

index 820dac5f64ae41a3bf6ef852819de2c00a77860a..b623339790f536f5877cba655fb334c397966f60 100644 (file)
           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: ''
index 412aae4c52bcaa3496f7eb36111bbb12fb9dff93..6fa2a0ce337e03710f9d395fb66c82ad5a374958 100644 (file)
           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")'
index 67c911a9bb94373c70ced06075c791c48531c5ab..7cbc3691aa10d37f5b552db781b0e6aa02da7d2d 100644 (file)
           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]
           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]
           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]
index 9ecb82e63fba46ca7cae62ca6ff8009df46c31d9..da91eb7bd39c0729dc8e7ae9303bc017c8dee1df 100644 (file)
       - '{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]
       - '{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]
       - '{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]
This page took 0.028971 seconds and 4 git commands to generate.