https://buildtesters.github.io/schemas/schemas/settings.schema.json#/definitions/slurm
| 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 |
|---|---|---|---|---|
| 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 |
| cluster | string |
Optional | cannot be null | buildtest configuration schema |
| partition | string |
Optional | cannot be null | buildtest configuration schema |
| qos | 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 field for documenting your executor
description
stringstring
Specify the slurm batch scheduler to use. This overrides the default launcher field. This must be sbatch.
launcher
stringstring
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"sbatch" |
Specify any other options for sbatch used by this executor for running all jobs.
options
string[]string[]
Specify the slurm cluster you want to use -M <cluster>
cluster
stringstring
Specify the slurm partition you want to use -p <partition>
partition
stringstring
Specify the slurm qos you want to use -q <qos>
qos
stringstring
before_script
unknown
after_script
unknown