Skip to the content.

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

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

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

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

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

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

model Type

string

arch

Specify processor architecture

arch

arch Type

string

vendor

Vendor Name

vendor

vendor Type

string