Skip to content

Commit e522c70

Browse files
authored
Merge pull request #1917 from ARM-software/fix/missing-allocated-place-scheduling
remote/coordinator: fix scheduling for missing allocated places
2 parents adcd323 + e1056e4 commit e522c70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

labgrid/remote/coordinator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@ def schedule_reservations(self):
986986
res.allocations.clear()
987987
res.refresh(300)
988988
print(f"reservation ({res.owner}/{res.token}) is now {res.state.name}")
989+
break
989990
if place.acquired is not None:
990991
acquired_places.add(name)
991992
assert name not in allocated_places, "conflicting allocation"

0 commit comments

Comments
 (0)