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>
22 lines
613 B
YAML
22 lines
613 B
YAML
sample:
|
|
name: Device Idle Power Management
|
|
tests:
|
|
sample.power.ospm.dev_idle_pm:
|
|
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
tags: power
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "parent suspending\\.\\."
|
|
- "child suspending\\.\\."
|
|
- "Device PM sample app start"
|
|
- "parent resuming\\.\\."
|
|
- "child resuming\\.\\."
|
|
- "Dummy device resumed"
|
|
- "child suspending\\.\\."
|
|
- "parent suspending\\.\\."
|
|
- "Device PM sample app complete"
|