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
329 B
YAML
15 lines
329 B
YAML
common:
|
|
depends_on: i2c
|
|
tags: drivers i2c
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: i2c_bus_short
|
|
|
|
tests:
|
|
drivers.i2c.target_api.dual_role:
|
|
platform_allow: nucleo_f091rc stm32f072b_disco nucleo_g071rb rpi_pico
|
|
integration_platforms:
|
|
- nucleo_f091rc
|
|
extra_configs:
|
|
- CONFIG_APP_DUAL_ROLE_I2C=y
|