Skip to content

Commit

Permalink
Merge pull request #2955 from vkarak/feat/allow-custom-schedulers
Browse files Browse the repository at this point in the history
[feat] Support for custom schedulers
  • Loading branch information
vkarak committed Jul 19, 2023
2 parents f7a013e + 4f47ff1 commit 60ad3e0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions reframe/schemas/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@
"items": {"type": "string"}
},
"use_nodes_option": {"type": "boolean"}
},
"additionalProperties": false
}
},
"stream_handler": {
"allOf": [
Expand Down Expand Up @@ -275,11 +274,7 @@
"name": {"$ref": "#/defs/alphanum_ext_string"},
"descr": {"type": "string"},
"scheduler": {
"type": "string",
"enum": [
"flux", "local", "lsf", "oar", "pbs",
"sge", "slurm", "squeue", "torque"
]
"type": "string"
},
"sched_options": {"$ref": "#/defs/sched_options"},
"launcher": {
Expand Down

0 comments on commit 60ad3e0

Please sign in to comment.