mirror of
https://github.com/ClusterCockpit/cc-specifications.git
synced 2025-07-23 05:11:41 +02:00
Add additional MetaData jobName and slurmInfo
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user