sanitycheck: add missing probe_id key to schema
probe_id is used as an optional key that overrides id as the source of board_id when configured to use a runner that is not the default. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
fe74218956
commit
3cdd5b4be4
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ sequence:
|
||||||
"platform":
|
"platform":
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
|
"probe_id":
|
||||||
|
type: str
|
||||||
|
required: false
|
||||||
"product":
|
"product":
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue