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* |
object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
pollinterval | integer |
Optional | cannot be null | buildtest configuration schema |
launcher | string |
Optional | cannot be null | buildtest configuration schema |
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
integer
integer
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
The default value is:
30
Specify batch launcher to use when submitting jobs, this is applicable for LSF and Slurm Executors.
launcher
string
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"sbatch" |
|
"bsub" |