Refactor th to have one gearman worker thread

Change-Id: I78f95a67b80ce0627b4a3bbb20578f3d16028714
This commit is contained in:
Joshua Hesketh
2013-11-20 12:11:55 +11:00
parent 527966b2e4
commit 4343b956c5
8 changed files with 116 additions and 95 deletions

View File

@@ -224,6 +224,8 @@ def scp_push_file(job_log_dir, file_path, local_config):
def determine_job_identifier(zuul_arguments, job, unique):
if 'build:' in job:
job = job.split('build:')[1]
return os.path.join(zuul_arguments['ZUUL_CHANGE'][:2],
zuul_arguments['ZUUL_CHANGE'],
zuul_arguments['ZUUL_PATCHSET'],