tests: filter default platforms
Do not attempt to build/run all tests. Emulation platforms should primarily build kernel and architecture related tests. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9a3ebcccfa
commit
ff24090527
5 changed files with 14 additions and 3 deletions
|
@ -9,6 +9,5 @@ toolchain:
|
|||
ram: 128
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
only_tags:
|
||||
- xip
|
||||
|
|
|
@ -11,3 +11,6 @@ ram: 65536
|
|||
flash: 32768
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -10,3 +10,6 @@ supported:
|
|||
- netif
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -9,3 +9,6 @@ supported:
|
|||
- netif
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -12,3 +12,6 @@ supported:
|
|||
- netif
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue