Refactor th to have one gearman worker thread
Change-Id: I78f95a67b80ce0627b4a3bbb20578f3d16028714
This commit is contained in:
@@ -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'],
|
||||
|
Reference in New Issue
Block a user