Add node name and sub-cluster to JobInfo.

This commit is contained in:
Joachim Meyer
2023-02-13 11:26:53 +01:00
parent ab88752993
commit 5128d5ed17
2 changed files with 9 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
jobs(filter: $filter, order: $sorting, page: $paging) {
items {
id, jobId, user, project, jobName, cluster, subCluster, startTime,
duration, numNodes, numHWThreads, numAcc, walltime,
duration, numNodes, numHWThreads, numAcc, walltime, resources { hostname },
SMT, exclusive, partition, arrayJobId,
monitoringStatus, state,
tags { id, type, name }