Skip to content

Commit 1100c59

Browse files
Explain how to run task locally. (#4191)
1 parent ba435f2 commit 1100c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ def process_command_impl(task_name,
285285
# A misconfiguration led to this point. Clean up the job if necessary.
286286
# TODO(ochang): Remove the first part of this check once we migrate off the
287287
# old untrusted worker architecture.
288+
# Comment this "if" out to run a task locally.
288289
if (not environment.is_trusted_host(ensure_connected=False) and
289290
job_base_queue_suffix != bot_base_queue_suffix):
290291
# This happens rarely, store this as a hard exception.

0 commit comments

Comments
 (0)