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 ba435f2 commit 1100c59Copy full SHA for 1100c59
src/clusterfuzz/_internal/bot/tasks/commands.py
@@ -285,6 +285,7 @@ def process_command_impl(task_name,
285
# A misconfiguration led to this point. Clean up the job if necessary.
286
# TODO(ochang): Remove the first part of this check once we migrate off the
287
# old untrusted worker architecture.
288
+ # Comment this "if" out to run a task locally.
289
if (not environment.is_trusted_host(ensure_connected=False) and
290
job_base_queue_suffix != bot_base_queue_suffix):
291
# This happens rarely, store this as a hard exception.
0 commit comments