tests/samples: use integration_plaforms in more tests/samples
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>
This commit is contained in:
parent
5c773ae45e
commit
ba7d730e9b
200 changed files with 806 additions and 244 deletions
|
@ -13,3 +13,5 @@ tests:
|
|||
boot.mcuboot:
|
||||
tags: mcuboot
|
||||
platform_allow: frdm_k64f mimxrt1060_evk
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue