Skip to content

Commit

Permalink
Remove shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
gravesm committed Jul 30, 2021
1 parent 796f2a1 commit e8e8fa1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roles/ansible-test-splitter/files/split_targets.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

from pathlib import PosixPath
import random
import sys
import json

Expand Down Expand Up @@ -36,8 +35,6 @@
else:
regular_targets.append(target.name)

random.shuffle(regular_targets)

slow_jobs = len(batches)
remaining_jobs = total_jobs - slow_jobs

Expand Down

0 comments on commit e8e8fa1

Please sign in to comment.