Sort list of required projects

Change-Id: Ibb5b8003e2906fec35686978b1ee2d6ae8cba86b
This commit is contained in:
Monty Taylor 2017-09-26 08:03:16 -05:00
parent f567193d98
commit 8b506beb4c
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ class Job:
output['nodeset'] = dict(nodes=self.getNodes())
if expanded_projects:
output['required-projects'] = list(set(expanded_projects))
output['required-projects'] = sorted(list(set(expanded_projects)))
return output