Lines Matching full:tasks
58 Selecting a machine may only affect the signature of tasks that are specific
84 # Invert the tune -> [tasks] mapping.
86 for tune, tasks in tune2tasks.items():
87 for task in tasks:
98 # The output below is most useful when we start with tasks that are at
100 # those tasks differ, the rest also does.
102 # To get an ordering of tasks, we do a topological sort of the entire
105 # is not necessarily representative, but should be close enough. Tasks
134 tasks = tunes[tune]
135 # As for test_signatures it would be nicer to sort tasks
137 # to report on tasks from different machines, which might
149 # tasks that represents how they normally run and prefer
151 for task in sorted(tasks.keys(), key=task_key):
152 signatures = tasks[task]
188 msg.insert(0, 'The machines have conflicting signatures for some shared tasks:')
191 …msg.append('%d tasks where not listed because some other task of the recipe already differed.' % p…