Skip to content

Commit

Permalink
sort regular targets
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jul 31, 2021
1 parent b5079ff commit 12bed7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/ansible-test-splitter/files/split_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
else:
regular_targets.append(target.name)


regular_targets = regular_targets.sort()
slow_jobs = len(batches)
remaining_jobs = total_jobs - slow_jobs

Expand Down

0 comments on commit 12bed7f

Please sign in to comment.