Skip to content

Commit

Permalink
Considering REGRESSION_BUILD_SETUP_ERROR as a success utask condition
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed Feb 20, 2025
1 parent 9b0fe2f commit 754800f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ def __init__(self, subtask: _Subtask):
uworker_msg_pb2.ErrorType.MINIMIZE_CRASH_TOO_FLAKY, # pylint: disable=no-member
uworker_msg_pb2.ErrorType.LIBFUZZER_MINIMIZATION_UNREPRODUCIBLE, # pylint: disable=no-member
uworker_msg_pb2.ErrorType.ANALYZE_CLOSE_INVALID_UPLOADED, # pylint: disable=no-member
# This error condition is not really a success, but it implies a retry
# Considering a success to decrease alerting noise
uworker_msg_pb2.ErrorType.REGRESSION_BUILD_SETUP_ERROR, # pylint: disable=no-member
]

if subtask == _Subtask.PREPROCESS:
Expand Down

0 comments on commit 754800f

Please sign in to comment.