From 41dec7395d8b256afd4a2d1ef5e230a9e2d54dbc Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:24:25 +0000 Subject: [PATCH] Revert "move fuzz from UtaskLocalExecutor to Utask (#4965)" This reverts commit 74f530a95c2f1582a17896dc7c67f81586ce413d. Restores 'fuzz' task to UTaskLocalExecutor. --- src/clusterfuzz/_internal/bot/tasks/task_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clusterfuzz/_internal/bot/tasks/task_types.py b/src/clusterfuzz/_internal/bot/tasks/task_types.py index 4a368950e8..53726c3583 100644 --- a/src/clusterfuzz/_internal/bot/tasks/task_types.py +++ b/src/clusterfuzz/_internal/bot/tasks/task_types.py @@ -225,7 +225,7 @@ def execute(self, task_argument, job_type, uworker_env): 'analyze': UTask, 'blame': TrustedTask, 'corpus_pruning': UTask, - 'fuzz': UTask, + 'fuzz': UTaskLocalExecutor, 'impact': TrustedTask, 'minimize': UTask, 'progression': UTask,