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",
|
"type": "string",
|
||||||
"description": "The batch script of the job"
|
"description": "The batch script of the job"
|
||||||
},
|
},
|
||||||
"slurmdata": {
|
"jobName": {
|
||||||
"type": "string",
|
"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",
|
"user",
|
||||||
"project",
|
"project",
|
||||||
"cluster",
|
"cluster",
|
||||||
|
"subCluster",
|
||||||
"partition",
|
"partition",
|
||||||
"numNodes",
|
"numNodes",
|
||||||
"exclusive",
|
"exclusive",
|
||||||
|
Loading…
Reference in New Issue
Block a user