mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 14:21:55 +00:00
update
This commit is contained in:
parent
d4c953cd8a
commit
d1235d8a73
@ -924,6 +924,8 @@ func (pool *ResourcePool) doAcquireResource(job Job) []NodeStatus {
|
||||
//log.Info(allocation)
|
||||
if allocation.Flags["valid"] {
|
||||
|
||||
log.Info(allocation.TasksOnNode)
|
||||
|
||||
for range job.Tasks { //append would cause uncertain order
|
||||
ress = append(ress, NodeStatus{ClientID: "null"})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user