Searched refs:execution_subdir (Results 1 – 8 of 8) sorted by relevance
31 execution_subdir = ''33 execution_subdir = hostname36 execution_subdir, id)
578 def get_hqe_exec_path(tag, execution_subdir): argument585 return os.path.join(tag, execution_subdir)
359 return (host_queue_entry.job.id, host_queue_entry.execution_subdir)371 if not queue_entry.execution_subdir:378 % (queue_entry.job.id, queue_entry.execution_subdir,
220 entry.execution_subdir = 'subdir'
1949 execution_subdir = dbmodels.CharField(max_length=255, blank=True, variable in HostQueueEntry1996 self.execution_subdir)
924 execution_subdir='host1')927 execution_subdir='host1')
396 if hqe and hqe.execution_subdir != 'hostless':
237 `execution_subdir` varchar(255) NOT NULL,