We want to be able to run tests and get results in CI, not just build for platforms we do not have access to. Where possible, use a simulator instead of hw platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
33 lines
781 B
YAML
33 lines
781 B
YAML
tests:
|
|
settings.functional.fcb:
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nrf52dk/nrf52832
|
|
- native_sim
|
|
- native_sim/native/64
|
|
- mr_canhubk3
|
|
- s32z2xxdc2/s32z270/rtu0
|
|
- s32z2xxdc2/s32z270/rtu1
|
|
- s32z2xxdc2@D/s32z270/rtu0
|
|
- s32z2xxdc2@D/s32z270/rtu1
|
|
integration_platforms:
|
|
- native_sim
|
|
tags:
|
|
- settings
|
|
- fcb
|
|
settings.functional.fcb.chosen:
|
|
extra_args: DTC_OVERLAY_FILE=./chosen.overlay
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|
|
- mr_canhubk3
|
|
- s32z2xxdc2/s32z270/rtu0
|
|
- s32z2xxdc2/s32z270/rtu1
|
|
- s32z2xxdc2@D/s32z270/rtu0
|
|
- s32z2xxdc2@D/s32z270/rtu1
|
|
integration_platforms:
|
|
- native_sim
|
|
tags:
|
|
- settings
|
|
- fcb
|