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>
11 lines
262 B
YAML
11 lines
262 B
YAML
common:
|
|
# There is nothing hw specific to be tested here
|
|
# so let's limit the test to a few platforms.
|
|
platform_allow: qemu_x86 qemu_leon3 qemu_riscv32 qemu_riscv64
|
|
integration_platforms:
|
|
- qemu_x86
|
|
depends_on: netif
|
|
tests:
|
|
net.pm:
|
|
tags: net
|