Skip to content

Commit

Permalink
boards: reduce testing on the same platform with variations
Browse files Browse the repository at this point in the history
We are testing and building this already using qemu_x86, no need to
build the same thing all over again.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and Anas Nashif committed Apr 10, 2018
1 parent 2ee6dff commit 973ec4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions boards/x86/qemu_x86/qemu_x86_iamcu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type: qemu
arch: x86
toolchain:
- zephyr
supported:
- pci
- netif:slip
testing:
ignore_tags:
- net
- bluetooth
6 changes: 3 additions & 3 deletions boards/x86/qemu_x86/qemu_x86_nommu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ type: qemu
arch: x86
toolchain:
- zephyr
supported:
- pci
- netif:slip
testing:
default: true
ignore_tags:
- net
- bluetooth

0 comments on commit 973ec4e

Please sign in to comment.