We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9661e4b commit faa4900Copy full SHA for faa4900
src/clusterfuzz/_internal/bot/tasks/utasks/regression_task.py
@@ -648,6 +648,8 @@ def handle_regression_build_setup_error(output: uworker_msg_pb2.Output): # pyli
648
wait_time=build_fail_wait)
649
650
651
+# TODO: Delete this once all uworkers are past
652
+# https://github.com/google/clusterfuzz/pull/3934.
653
def handle_regression_bad_build_error(output: uworker_msg_pb2.Output): # pylint: disable=no-member
654
# Though bad builds when narrowing the range are recoverable, certain builds
655
# being marked as bad may be unrecoverable. Recoverable ones should not
0 commit comments