We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f1527 commit c4aa9b8Copy full SHA for c4aa9b8
src/clusterfuzz/_internal/bot/tasks/commands.py
@@ -196,6 +196,9 @@ def get_command_object(task_name):
196
if not environment.is_tworker():
197
return task
198
199
+ if task_name in {'postprocess', 'uworker_main'}:
200
+ return task
201
+
202
if isinstance(task, task_types.TrustedTask):
203
# We don't need to execute this remotely.
204
0 commit comments