Skip to content

Commit

Permalink
pbot: sort update list
Browse files Browse the repository at this point in the history
  • Loading branch information
lewurm committed Jun 24, 2016
1 parent c8fd2f7 commit 124b61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performancebot/monofactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def cleanup_master_workdir(self):
)

def export_benchmark_list(self, slave_config_hooks):
for machine, config_name in slave_config_hooks:
for machine, config_name in sorted(slave_config_hooks):
self.addStep(
MasterShellCommand(
name="list_benchmarks_%s-%s" % (machine, config_name),
Expand Down

0 comments on commit 124b61b

Please sign in to comment.