schemas

Untitled object in buildtest configuration schema Schema

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

The executor section is used for declaring your executors that are responsible for running jobs. The executor section can be local, lsf, slurm, ssh. The executors are referenced in buildspec using executor field.

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*

executors Type

object (Details)

undefined Properties

Property Type Required Nullable Defined by
defaults object Optional cannot be null buildtest configuration schema
local object Optional cannot be null buildtest configuration schema
lsf object Optional cannot be null buildtest configuration schema
slurm object Optional cannot be null buildtest configuration schema
ssh object Optional cannot be null buildtest configuration schema

defaults

Specify default executor settings for all executors

defaults

defaults Type

object (Details)

local

The local section is used for declaring local executors for running jobs on local machine

local

local Type

object (Details)

lsf

The lsf section is used for declaring LSF executors for running jobs using LSF scheduler

lsf

lsf Type

object (Details)

slurm

The slurm section is used for declaring Slurm executors for running jobs using Slurm scheduler

slurm

slurm Type

object (Details)

ssh

The ssh section is used for declaring SSH executors for running jobs on remote node using ssh

ssh

ssh Type

object (Details)