Skip to content

Commit faa4900

Browse files
committed
Add todo to remove unused error handler.
1 parent 9661e4b commit faa4900

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clusterfuzz/_internal/bot/tasks/utasks/regression_task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,8 @@ def handle_regression_build_setup_error(output: uworker_msg_pb2.Output): # pyli
648648
wait_time=build_fail_wait)
649649

650650

651+
# TODO: Delete this once all uworkers are past
652+
# https://github.com/google/clusterfuzz/pull/3934.
651653
def handle_regression_bad_build_error(output: uworker_msg_pb2.Output): # pylint: disable=no-member
652654
# Though bad builds when narrowing the range are recoverable, certain builds
653655
# being marked as bad may be unrecoverable. Recoverable ones should not

0 commit comments

Comments
 (0)