Change hwthreads to cpus in job meta schema

This commit is contained in:
Jan Eitzinger 2021-11-26 09:32:45 +01:00
parent b7abddf0c8
commit 84897cee04

View File

@ -91,7 +91,7 @@
"hostname": { "hostname": {
"type": "string" "type": "string"
}, },
"hwthreads": { "cpus": {
"type": "array", "type": "array",
"description": "List of OS processor ids", "description": "List of OS processor ids",
"items": { "items": {