Add integration_platforms to many tests that use platform_allow to manage scope of pull_request CI. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
18 lines
406 B
YAML
18 lines
406 B
YAML
common:
|
|
build_only: true
|
|
tags:
|
|
- drivers
|
|
- counter
|
|
tests:
|
|
drivers.counter.build.xlnx:
|
|
platform_allow: arty_a7/designstart_fpga_cortex_m1
|
|
extra_configs:
|
|
- CONFIG_COUNTER_XLNX_AXI_TIMER=y
|
|
drivers.counter.build.i2c:
|
|
extra_args: DTC_OVERLAY_FILE="i2c_devices.overlay"
|
|
extra_configs:
|
|
- CONFIG_I2C=y
|
|
platform_allow:
|
|
- native_sim
|
|
- native_sim/native/64
|