schemas

Untitled object in buildtest configuration schema Schema

https://buildtesters.github.io/schemas/schemas/settings.schema.json#/properties/executors/properties/defaults

Specify default executor settings for all executors

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*

defaults Type

object (Details)

undefined Properties

Property Type Required Nullable Defined by
pollinterval integer Optional cannot be null buildtest configuration schema
launcher string Optional cannot be null buildtest configuration schema

pollinterval

Specify poll interval in seconds after job submission, where buildtest will sleep and poll all jobs for job states. This field can be configured based on your preference. Excessive polling every few seconds can result in system degradation.

pollinterval

pollinterval Type

integer

pollinterval Constraints

maximum: the value of this number must smaller than or equal to: 300

minimum: the value of this number must greater than or equal to: 10

pollinterval Default Value

The default value is:

30

launcher

Specify batch launcher to use when submitting jobs, this is applicable for LSF and Slurm Executors.

launcher

launcher Type

string

launcher Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"sbatch"  
"bsub"