Untitled object in buildtest configuration schema Schema
settings.schema.json#/definitions/system/properties/processor
Specify processor information
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | settings.schema.json* |
processor Type
object
(Details)
processor Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
numcpus | integer |
Optional | cannot be null | buildtest configuration schema |
sockets | integer |
Optional | cannot be null | buildtest configuration schema |
cores | integer |
Optional | cannot be null | buildtest configuration schema |
threads_per_core | integer |
Optional | cannot be null | buildtest configuration schema |
core_per_socket | integer |
Optional | cannot be null | buildtest configuration schema |
model | string |
Optional | cannot be null | buildtest configuration schema |
arch | string |
Optional | cannot be null | buildtest configuration schema |
vendor | string |
Optional | cannot be null | buildtest configuration schema |
numcpus
Specify Total Number of CPUs
numcpus
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: buildtest configuration schema
numcpus Type
integer
numcpus Constraints
minimum: the value of this number must greater than or equal to: 1
sockets
Specify Number of CPU Sockets
sockets
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: buildtest configuration schema
sockets Type
integer
sockets Constraints
minimum: the value of this number must greater than or equal to: 1
cores
Specify Number of Physical Cores
cores
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: buildtest configuration schema
cores Type
integer
cores Constraints
minimum: the value of this number must greater than or equal to: 1
threads_per_core
Specify Threads per Core
threads_per_core
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: buildtest configuration schema
threads_per_core Type
integer
threads_per_core Constraints
minimum: the value of this number must greater than or equal to: 1
core_per_socket
Specify Cores per Socket
core_per_socket
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: buildtest configuration schema
core_per_socket Type
integer
core_per_socket Constraints
minimum: the value of this number must greater than or equal to: 1
model
Specify Processor Model
model
-
is optional
-
Type:
string
-
cannot be null
-
defined in: buildtest configuration schema
model Type
string
arch
Specify processor architecture
arch
-
is optional
-
Type:
string
-
cannot be null
-
defined in: buildtest configuration schema
arch Type
string
vendor
Vendor Name
vendor
-
is optional
-
Type:
string
-
cannot be null
-
defined in: buildtest configuration schema
vendor Type
string