Skip to content

Commit 5cbfafd

Browse files
Execute variant (already done with local push) and symbolize on batch (#3632)
Scaling issues seem to be solved.
1 parent c85df75 commit 5cbfafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clusterfuzz/_internal/bot/tasks/task_types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ def execute(self, task_argument, job_type, uworker_env):
183183
'minimize': UTaskLocalExecutor,
184184
'progression': UTaskLocalExecutor,
185185
'regression': UTaskLocalExecutor,
186-
'symbolize': UTaskLocalExecutor,
186+
'symbolize': UTaskCombined,
187187
'unpack': TrustedTask,
188188
'postprocess': PostprocessTask,
189189
'uworker_main': UworkerMainTask,
190-
'variant': UTaskLocalExecutor,
190+
'variant': UTaskCombined,
191191
}
192192

193193

0 commit comments

Comments
 (0)