Fix all comments-indentation errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(comments-indentation)' This checks that the comment is aligned with the content. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
13 lines
460 B
YAML
13 lines
460 B
YAML
tests:
|
|
kernel.usage:
|
|
tags: kernel
|
|
# The following architectures are excluded as they have boards that
|
|
# exhibit precision timing anomalies related to emulation.
|
|
# posix, riscv32, sparc
|
|
# The following architectures are exluded as the necessary
|
|
# thread runtime statistic hooks do not yet exist.
|
|
# mips
|
|
arch_exclude: posix sparc mips
|
|
# SMP is excluded as the test was only written for UP
|
|
filter: not CONFIG_SMP
|