Home | History | Annotate | Download | only in scheduler

Lines Matching refs:_create_job

228         job = self._create_job(**create_job_kwargs)
344 django_job = self._create_job(hosts=[5, 6])
362 self._create_job(hosts=[1, 2])
370 job = self._create_job(hosts=[1, 2])
380 self._create_job(hosts=[1, 2], synchronous=True)
388 job = self._create_job(hosts=[1, 2], synchronous=True)
398 job = self._create_job(hosts=[1, 2])
409 job = self._create_job(hosts=[1, 2], synchronous=True)
420 job = self._create_job(hosts=[1, 2], synchronous=False)
431 job = self._create_job(hosts=[1])
443 job = self._create_job(hosts=[1])