On Mon, 2021-06-28 at 12:21 +0200, Jan Kiszka via Xenomai wrote: > On 28.06.21 09:08, Jan Kiszka via Xenomai wrote: > > On 28.06.21 08:26, Hongzhan Chen wrote: > > > If there is no CPU restriction on the bootargs, smokey cpu_affinity > > > test would be skipped reporting with "no kernel support" for those > > > without non-RT cpu. > > > > > > Signed-off-by: Hongzhan Chen <[email protected]> > > > > > > diff --git a/tests/jobs/xenomai-ipc227e.yml > > > b/tests/jobs/xenomai-ipc227e.yml > > > index a5a181c..209c5d4 100644 > > > --- a/tests/jobs/xenomai-ipc227e.yml > > > +++ b/tests/jobs/xenomai-ipc227e.yml > > > @@ -72,3 +72,5 @@ actions: > > > from: inline > > > path: inline/xenomai-test-suite.yaml > > > name: xenomai-test-suite > > > +context: > > > + extra_kernel_args: xenomai.supported_cpus=7 > > > diff --git a/tests/jobs/xenomai-qemu-amd64.yml > > > b/tests/jobs/xenomai-qemu-amd64.yml > > > index c335292..e42f6ec 100644 > > > --- a/tests/jobs/xenomai-qemu-amd64.yml > > > +++ b/tests/jobs/xenomai-qemu-amd64.yml > > > @@ -46,7 +46,7 @@ actions: > > > to: tmpfs > > > images: > > > kernel: > > > - image_arg: -kernel {kernel} -append "root=/dev/sdb > > > console=ttyS0,115200 console=tty0" > > > + image_arg: -kernel {kernel} -append "root=/dev/sdb > > > console=ttyS0,115200 console=tty0 xenomai.supported_cpus=1" > > > url: > > > ${DEPLOY_URL}/${ISAR_IMAGE}-${ISAR_DISTRIBUTION}-${TARGET}-vmlinuz > > > initrd: > > > image_arg: -initrd {initrd} > > > diff --git a/tests/jobs/xenomai-qemu-arm64.yml > > > b/tests/jobs/xenomai-qemu-arm64.yml > > > index 88fb880..cc60564 100644 > > > --- a/tests/jobs/xenomai-qemu-arm64.yml > > > +++ b/tests/jobs/xenomai-qemu-arm64.yml > > > @@ -50,7 +50,7 @@ actions: > > > to: tmpfs > > > images: > > > kernel: > > > - image_arg: -kernel {kernel} -append "root=/dev/vda" > > > + image_arg: -kernel {kernel} -append "root=/dev/vda > > > xenomai.supported_cpus=1" > > > url: > > > ${DEPLOY_URL}/${ISAR_IMAGE}-${ISAR_DISTRIBUTION}-${TARGET}-vmlinuz > > > initrd: > > > image_arg: -initrd {initrd} > > > diff --git a/tests/jobs/xenomai-qemu-armhf.yml > > > b/tests/jobs/xenomai-qemu-armhf.yml > > > index 3e3a8ab..2afe250 100644 > > > --- a/tests/jobs/xenomai-qemu-armhf.yml > > > +++ b/tests/jobs/xenomai-qemu-armhf.yml > > > @@ -46,7 +46,7 @@ actions: > > > to: tmpfs > > > images: > > > kernel: > > > - image_arg: -kernel {kernel} -append "root=/dev/vdb" > > > + image_arg: -kernel {kernel} -append "root=/dev/vdb > > > xenomai.supported_cpus=1" > > > url: > > > ${DEPLOY_URL}/${ISAR_IMAGE}-${ISAR_DISTRIBUTION}-${TARGET}-vmlinuz > > > initrd: > > > image_arg: -initrd {initrd} > > > diff --git a/tests/jobs/xenomai-x86-64-efi.yml > > > b/tests/jobs/xenomai-x86-64-efi.yml > > > index bc71b75..d1418c1 100644 > > > --- a/tests/jobs/xenomai-x86-64-efi.yml > > > +++ b/tests/jobs/xenomai-x86-64-efi.yml > > > @@ -72,3 +72,5 @@ actions: > > > from: inline > > > path: inline/xenomai-test-suite.yaml > > > name: xenomai-test-suite > > > +context: > > > + extra_kernel_args: xenomai.supported_cpus=7 > > > > > > > Thanks, both applied, just formatting the masks as hex. > > > > Seems as if this triggers an issue with dovetail/5.10: > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.denx.de%2FXenomai%2Fxenomai-images%2F-%2Fjobs%2F283341&data=04%7C01%7Cflorian.bezdeka%40siemens.com%7C417088a50146499f996f08d93a1e86cc%7C38ae3bcd95794fd4addab42e1495d55a%7C1%7C0%7C637604725049381638%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=eN2w5QFJ6aiI0xJbCZ4nOtL2UgprOACKfPWaNGDLQfI%3D&reserved=0 > > > 2021-06-28T10:14:13 Marking unfinished test run as failed 2021-06-28T10:14:13 {'case': '1_xenomai-test-suite', 'definition': 'lava', 'duration': '1792.66', 'result': 'fail', 'uuid': '3881_1.4.2.4.5'} 2021-06-28T10:14:13 lava-test-shell timed out after 1800 seconds
Looks like an timeout triggered by 2021-06-28T09:47:10 + /usr/lib/xenomai/testsuite/clocktest -D -T 30 -C CLOCK_HOST_REALTIME 2021-06-28T09:47:10 XNVDSO_FEAT_HOST_REALTIME not available Let's see how the corresponding QEMU behaves... Jan
