Lines Matching full:job2
676 job2 = self._createJobForLabel(grumpy_label)
693 jobs=[job2], hosts=[host2], hqes=job2.hostqueueentry_set.all())
728 job2 = self._createJobForLabel(lumpy_label)
730 # job2's creation was later, it should be returned now.
733 jobs=[job2], hqes=job2.hostqueueentry_set.all())
736 known_jobs=[job2], known_hosts=[host1])
738 job2 = models.Job.objects.get(pk=job2.pk)
739 job2.hostqueueentry_set.update(aborted=True)
743 job2.shard = None
744 job2.save()
747 known_jobs=[job2], known_hosts=[host1],
748 jobs=[job2],
749 hqes=job2.hostqueueentry_set.all())