Skip to content

Commit d081ae0

Browse files
author
bors-servo
authored
Auto merge of #121 - servo:continue, r=edunham
Don't stop processing the queue when tree is closed <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/homu/121) <!-- Reviewable:end -->
2 parents 0dfb10c + f601b6f commit d081ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ def process_queue(states, repos, repo_cfgs, logger, buildbot_slots, db,
12391239

12401240
for state in repo_states:
12411241
if state.priority < repo.treeclosed:
1242-
break
1242+
continue
12431243
if state.status == 'pending' and not state.try_:
12441244
break
12451245

0 commit comments

Comments
 (0)