Home | History | Annotate | Download | only in afe

Lines Matching full:job1

656         job1 = self._create_job(hostless=True)
674 job1 = self._createJobForLabel(lumpy_label)
689 jobs=[job1], hosts=[host1], hqes=job1.hostqueueentry_set.all())
699 known_jobs=[job1], known_hosts=[host1], hosts=[host3])
706 job1 = self._createJobForLabel(lumpy_label)
709 jobs=[job1],
710 hqes=job1.hostqueueentry_set.all(), hosts=[host1])
715 jobs=[job1], hqes=job1.hostqueueentry_set.all(), hosts=[])
719 known_jobs=[job1], known_hosts=[host1])
721 job1 = models.Job.objects.get(pk=job1.id)
722 job1.hostqueueentry_set.all().update(complete=True)
756 job1 = models.Job.objects.get(pk=job1.id)
760 self.assertIsNone(job1.shard)