schemas

Untitled object in buildtest configuration schema Schema

https://buildtesters.github.io/schemas/schemas/settings.schema.json#/definitions/lsf
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*

lsf Type

object (Details)

undefined Properties

Property Type Required Nullable Defined by
description string Optional cannot be null buildtest configuration schema
launcher string Optional cannot be null buildtest configuration schema
options array Optional cannot be null buildtest configuration schema
queue string Optional cannot be null buildtest configuration schema
before_script Not specified Optional cannot be null buildtest configuration schema
after_script Not specified Optional cannot be null buildtest configuration schema

description

description field for documenting your executor

description

description Type

string

launcher

Specify the lsf batch scheduler to use. This overrides the default launcher field. It must be bsub.

launcher

launcher Type

string

launcher Constraints

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

Value Explanation
"bsub"  

options

Specify any options for bsub for this executor when running all jobs associated to this executor

options

options Type

string[]

queue

Specify the lsf queue you want to use -q <queue>

queue

queue Type

string

before_script

before_script

before_script Type

unknown

after_script

after_script

after_script Type

unknown