mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
CI: Add zephyr testimage
Add the ability to run testimage against zephyr machines. Unfortunately, this exposes a bug in meta-zephyr with TESTIMAGE_AUTO not working correctly. So, work around this until it can be fixed upstream. Also, qemu-cortex-a53 does not successfully pass any of the tests it successfully builds. So, don't run testimage until that can be addressed. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+7
-1
@@ -4,7 +4,13 @@ header:
|
||||
- base.yml
|
||||
- meta-zephyr.yml
|
||||
|
||||
local_conf_header:
|
||||
nonbuilding_tests: |
|
||||
ZEPHYRTESTS:remove = "common"
|
||||
failing_tests: |
|
||||
ZEPHYRTESTS:remove = "context early_sleep sleep"
|
||||
|
||||
machine: microbit-v1
|
||||
|
||||
target:
|
||||
- zephyr-philosophers
|
||||
- zephyr-kernel-test-all
|
||||
|
||||
@@ -4,7 +4,11 @@ header:
|
||||
- base.yml
|
||||
- meta-zephyr.yml
|
||||
|
||||
local_conf_header:
|
||||
nonbuilding_tests: |
|
||||
ZEPHYRTESTS:remove += "common device poll queue sleep"
|
||||
|
||||
machine: qemu-cortex-a53
|
||||
|
||||
target:
|
||||
- zephyr-philosophers
|
||||
- zephyr-kernel-test-all
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
header:
|
||||
version: 9
|
||||
includes:
|
||||
- base.yml
|
||||
- meta-zephyr.yml
|
||||
|
||||
local_conf_header:
|
||||
tclibc: |
|
||||
TCLIBC = "newlib"
|
||||
nonbuilding_tests: |
|
||||
ZEPHYRTESTS:remove = "common context pending poll sleep"
|
||||
|
||||
machine: qemu-cortex-m3
|
||||
|
||||
target:
|
||||
- zephyr-kernel-test-all
|
||||
@@ -0,0 +1,8 @@
|
||||
header:
|
||||
version: 9
|
||||
|
||||
local_conf_header:
|
||||
testimage: |
|
||||
IMAGE_CLASSES += "testimage"
|
||||
TEST_TARGET = "QemuTargetZephyr"
|
||||
TEST_SUITES = "zephyr"
|
||||
Reference in New Issue
Block a user