Fix all hyphens errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(comments)' Default config would be to require two spaces after the start of the comment, proposing to keep it on 1, inline with the Linux binding config, that is: ``` - comments: - min-spaces-from-content: 1 ``` Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
10 lines
344 B
YAML
10 lines
344 B
YAML
# Test of the native_posix real timeness and RTC model
|
|
tests:
|
|
boards.native_posix.rtc:
|
|
platform_allow: native_posix native_posix_64
|
|
integration_platforms:
|
|
- native_posix
|
|
build_only: true
|
|
# Note: this test depends too much on not having a high host load to pass.
|
|
# Therefore it should not be run in automated regression
|