Lines Matching full:machines
29 """Raised if all machines for a label don't have the same checksum."""
33 """Raised if all machines for a label don't have the same checksum string."""
205 """Lock, image and unlock machines locally for benchmark runs.
208 machines and distribute machines to each benchmark run. The assumption is
209 that all of the machines for the experiment have been globally locked
210 in the ExperimentRunner, but the machines still need to be locally
298 # Currently can't image two machines at once.
346 # Since this is used for cache lookups before the machines have been
382 # ComputeCommonCheckSum, so there is no need to verify the machines
384 # modified to verify that all the machines for a given label are the
451 machines = self.GetMachines(label)
452 for m in machines:
458 machines = self.GetMachines(label)
461 # Lazily external lock machines
463 for m in machines:
479 "following machines: '%s'"
480 % ", ".join(machine.name for machine in machines)
504 # when crosperf initially assigns the machines to threads by minimizing
541 # Unlock all machines (via file lock)