Lines Matching refs:execution_subdir
467 'active', 'complete', 'deleted', 'execution_subdir',
560 self.update_field('execution_subdir', subdir)
667 if not self.execution_subdir:
883 'complete!=1 AND execution_subdir="" AND '
888 assert self.execution_subdir
892 logging.error('No execution_subdir for host queue id:%s.', self.id)
900 raise AssertionError(('self.execution_subdir not found. '
903 return "%s/%s" % (self.job.tag(), self.execution_subdir)
1264 job=self.id).values('execution_subdir').distinct()
1265 subdirs = (entry['execution_subdir'] for entry in query)
1282 execution_subdir).
1284 execution_subdir = queue_entry_from_group.execution_subdir
1286 where='job_id=%s AND execution_subdir=%s',
1287 params=(self.id, execution_subdir)))