mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2024-11-10 01:37:25 +01:00
Add additional MetaData jobName and slurmInfo
This commit is contained in:
parent
11c42b6903
commit
403f74ddee
@ -133,9 +133,13 @@
|
||||
"type": "string",
|
||||
"description": "The batch script of the job"
|
||||
},
|
||||
"slurmdata": {
|
||||
"jobName": {
|
||||
"type": "string",
|
||||
"description": "Additional Slurm information"
|
||||
"description": "Slurm Job name"
|
||||
},
|
||||
"slurmInfo": {
|
||||
"type": "string",
|
||||
"description": "Additional slurm infos as show by scontrol show job"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -323,6 +327,7 @@
|
||||
"user",
|
||||
"project",
|
||||
"cluster",
|
||||
"subCluster",
|
||||
"partition",
|
||||
"numNodes",
|
||||
"exclusive",
|
||||
|
Loading…
Reference in New Issue
Block a user