|
# TODO get job status |
|
seen = bloom.add([build_status['config']['kind'], build_status['config']['name'], |
|
build_status['phase']]) |
|
if not seen and bc_name in object_map.keys(): |
|
#global_count.decrement() |
|
logging.debug('{} The Build {} status is {} global_count={}.'.format(task_q.qsize(), |
This issue was generated by todo based on a TODO
comment in f52e130. It's been assigned to @sub-mod because they committed the code.