1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

CI: update zephyr based testing

Update the zephyr testcases to be the ones that build and pass tests
(where testing possible).  Also, add comment to qemu-cortex-a53 about
not passing tests.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-02-08 23:14:04 -05:00
parent ee083b940b
commit e09839481a
6 changed files with 17 additions and 10 deletions
+1 -3
View File
@@ -5,10 +5,8 @@ header:
- ci/meta-zephyr.yml
local_conf_header:
nonbuilding_tests: |
ZEPHYRTESTS:remove = "common"
failing_tests: |
ZEPHYRTESTS:remove = "context early_sleep sleep"
ZEPHYRTESTS:remove = "common"
machine: microbit-v1
+5 -1
View File
@@ -4,8 +4,12 @@ header:
- ci/base.yml
- ci/meta-zephyr.yml
local_conf_header:
nonbuilding_tests: |
ZEPHYRTESTS:remove = "common sleep poll device queue"
machine: musca-b1
target:
- trusted-firmware-m
- zephyr-philosophers
- zephyr-kernel-test-all
+4 -1
View File
@@ -4,9 +4,12 @@ header:
- ci/base.yml
- ci/meta-zephyr.yml
local_conf_header:
nonbuilding_tests: |
ZEPHYRTESTS:remove = "common sleep poll device queue"
machine: musca-s1
target:
- trusted-firmware-m
- zephyr-philosophers
- zephyr-kernel-test-all
+1 -3
View File
@@ -4,9 +4,7 @@ header:
- ci/base.yml
- ci/meta-zephyr.yml
local_conf_header:
nonbuilding_tests: |
ZEPHYRTESTS:remove = "common device poll queue sleep"
# FIXME - testimage fails all tests currently, but all the tests build
machine: qemu-cortex-a53
+1 -1
View File
@@ -13,7 +13,7 @@ local_conf_header:
tclibc: |
TCLIBC = "newlib"
nonbuilding_tests: |
ZEPHYRTESTS:remove = "common context pending poll sleep"
ZEPHYRTESTS:remove = "context pending sleep"
machine: qemu-cortex-m3
+5 -1
View File
@@ -4,7 +4,11 @@ header:
- ci/base.yml
- ci/meta-zephyr.yml
local_conf_header:
nonbuilding_tests: |
ZEPHYRTESTS:remove = "common poll sleep queue device"
machine: qemu-cortex-r5
target:
- zephyr-philosophers
- zephyr-kernel-test-all