blob: 32eff2853586211769e8aaa330a424a317299de5 [file]
options:
integration_mode:
- sample.
platforms:
override_default_platforms: false
increased_platform_scope: true
# Platforms to build with more than one toolchain. Every test assigned to the
# platform is built once per toolchain listed here. Kept out of
# tests/test_config.yaml so local runs stay single-toolchain.
build_toolchains:
native_sim:
- host/gnu
- host/llvm
levels:
- name: smoke
description: >
A plan to be used verifying basic zephyr features on hardware.
adds:
- kernel.threads.*
- kernel.timer.behavior
- arch.interrupt
- boards.*
- drivers.gpio.1pin
- drivers.console.uart
- drivers.entropy
- name: acceptance
description: >
More coverage
inherits:
- smoke
adds:
- kernel.*