From 754800f9bab22435724c4c02b369646954ad2039 Mon Sep 17 00:00:00 2001 From: Vitor Guidi Date: Thu, 20 Feb 2025 13:29:52 +0000 Subject: [PATCH] Considering REGRESSION_BUILD_SETUP_ERROR as a success utask condition --- src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py b/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py index c4586dac5a4..b5b87d77bc6 100644 --- a/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py +++ b/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py @@ -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: