sanitycheck: allow blacklisting boards
Add new kwyboard to board definition to allow blacklisting boards. This is needed when a board is broken causing CI to fail without a fix in sight. Add: sanitycheck: false to the board yaml file to disable the board. By default, the value is set to true. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fbbef6f436
commit
f3d48e1cce
2 changed files with 5 additions and 1 deletions
|
@ -32,6 +32,8 @@ mapping:
|
|||
type: int
|
||||
"flash":
|
||||
type: int
|
||||
"sanitycheck":
|
||||
type: bool
|
||||
"supported":
|
||||
type: seq
|
||||
seq:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue