Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
print 'Job scheduled with name {name} and ID {jid}'.format(
name=ctx.name, jid=jid)
job_config['job_id'] = str(jid)
- # Let paddles know the job is queued, but only for 'real' jobs
- if not job_config.get('last_in_suite', False):
- report.try_push_job_info(job_config, dict(status='queued'))
+ report.try_push_job_info(job_config, dict(status='queued'))
num -= 1
if job_config.get('last_in_suite'):
log.info('Generating coverage for %s', job_config['name'])
+ if teuth_config.results_server:
+ report.try_delete_jobs(job_config['name'],
+ job_config['job_id'])
args = [
os.path.join(teuth_bin_path, 'teuthology-results'),
'--timeout',