integration_platforms help us control what get built/executed in CI and for each PR submitted. They do not filter out platforms, instead they just minimize the amount of builds/testing for a particular tests/sample. Tests still run on all supported platforms when not in integration mode. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
463 B
YAML
15 lines
463 B
YAML
common:
|
|
tags: dac drivers
|
|
tests:
|
|
drivers.dac.loopback:
|
|
depends_on: dac adc
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: dac_adc_loopback
|
|
platform_allow: |
|
|
frdm_k22f frdm_k64f nucleo_f207zg nucleo_l073rz nucleo_l152re twr_ke18f
|
|
bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp stm32f3_disco stm32l562e_dk
|
|
nucleo_l552ze_q nucleo_f429zi nucleo_f746zg nucleo_g071rb nucleo_wl55jc
|
|
integration_platforms:
|
|
- nucleo_f207zg
|