HomeSort by relevance Sort by last modified time
    Searched refs:JobHandoff (Results 1 - 5 of 5) sorted by null

  /external/autotest/venv/lucifer/
handoffs.py 5 """Library for frontend.afe.models.JobHandoff and job cleanup."""
26 JobHandoff created within a cutoff period are exempt to allow the
38 return (models.JobHandoff.objects
94 (models.JobHandoff.objects
  /external/autotest/venv/lucifer/cmd/
job_reporter.py 195 handoff = models.JobHandoff.objects.get(job_id=job_id)
  /external/autotest/scheduler/
luciferlib.py 55 return hasattr(job, 'jobhandoff')
60 return models.JobHandoff.objects.filter(job_id=job_id).exists()
monitor_db.py     [all...]
  /external/autotest/frontend/afe/
models.py     [all...]

Completed in 3103 milliseconds