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:
Anas Nashif 2021-02-19 10:49:24 -05:00
commit ff24090527
5 changed files with 14 additions and 3 deletions

View file

@ -9,6 +9,5 @@ toolchain:
ram: 128
testing:
default: true
ignore_tags:
- net
- bluetooth
only_tags:
- xip

View file

@ -11,3 +11,6 @@ ram: 65536
flash: 32768
testing:
default: true
ignore_tags:
- net
- bluetooth

View file

@ -10,3 +10,6 @@ supported:
- netif
testing:
default: true
ignore_tags:
- net
- bluetooth

View file

@ -9,3 +9,6 @@ supported:
- netif
testing:
default: true
ignore_tags:
- net
- bluetooth

View file

@ -12,3 +12,6 @@ supported:
- netif
testing:
default: true
ignore_tags:
- net
- bluetooth