boards: reduce testing on the same platform with variations
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>
diff --git a/boards/x86/qemu_x86/qemu_x86_iamcu.yaml b/boards/x86/qemu_x86/qemu_x86_iamcu.yaml
index 5404bba..c79264d 100644
--- a/boards/x86/qemu_x86/qemu_x86_iamcu.yaml
+++ b/boards/x86/qemu_x86/qemu_x86_iamcu.yaml
@@ -4,6 +4,7 @@
arch: x86
toolchain:
- zephyr
-supported:
- - pci
- - netif:slip
+testing:
+ ignore_tags:
+ - net
+ - bluetooth
diff --git a/boards/x86/qemu_x86/qemu_x86_nommu.yaml b/boards/x86/qemu_x86/qemu_x86_nommu.yaml
index 8dcbfab..fddb425 100644
--- a/boards/x86/qemu_x86/qemu_x86_nommu.yaml
+++ b/boards/x86/qemu_x86/qemu_x86_nommu.yaml
@@ -4,8 +4,8 @@
arch: x86
toolchain:
- zephyr
-supported:
- - pci
- - netif:slip
testing:
default: true
+ ignore_tags:
+ - net
+ - bluetooth