Skip to content

Commit

Permalink
Bug 1330157 - Ensure runnable jobs always have a null coalesced value (
Browse files Browse the repository at this point in the history
  • Loading branch information
camd committed Jan 11, 2017
1 parent 7e53b27 commit 6e0735d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion treeherder/etl/runnable_jobs.py
Expand Up @@ -155,7 +155,8 @@ def _taskcluster_runnable_jobs(decision_task_id):
'platform_option': platform_option,
'ref_data_name': label,
'state': 'runnable',
'result': 'runnable'
'result': 'runnable',
'job_coalesced_to_guid': None
})

return ret
Expand Down

0 comments on commit 6e0735d

Please sign in to comment.