Home | History | Annotate | Download | only in scheduler

Lines Matching refs:Provision

33 from autotest_lib.server.cros import provision
1321 Determine if the queue_entry needs to have a provision task run before
1322 it to provision queue_entry.host.
1325 @returns: True if we should schedule a provision task, False otherwise.
1331 # of what we need to provision. (See the scheduling logic in
1339 # do, then obviously we have no reason to schedule a provision task!
1341 if any([provision.Provision.acts_on(x) for x in diff]):
1377 models.SpecialTask.Task.PROVISION)