Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

Switch fuzz task to UTaskLocalExecutor and improve fuzzer setup robustness.

  • Change fuzz task type to UTaskLocalExecutor in task_types.py to run fuzz tasks locally.
  • Update _update_fuzzer in setup.py to support downloading fuzzer binaries using blobs.read_blob_to_disk when running on a trusted bot (non-uworker), removing the strict dependency on signed URLs for local execution.
  • Add unit tests for _update_fuzzer in setup_test.py covering local and uworker scenarios.

PR created automatically by Jules for task 13398410756091827490 started by @jonathanmetzman

…tness.

- Change `fuzz` task type to `UTaskLocalExecutor` in `task_types.py` to run fuzz tasks locally.
- Update `_update_fuzzer` in `setup.py` to support downloading fuzzer binaries using `blobs.read_blob_to_disk` when running on a trusted bot (non-uworker), removing the strict dependency on signed URLs for local execution.
- Add unit tests for `_update_fuzzer` in `setup_test.py` covering local and uworker scenarios.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

New to Jules? Learn more at jules.google/docs.

- Change `fuzz` task type to `UTaskLocalExecutor` in `task_types.py` to run fuzz tasks locally.
- Update `update_data_bundle` in `setup.py` to verify if the task runs on a remote uworker using `task_types.task_main_runs_on_uworker()`. This ensures that when running locally (e.g. `UTaskLocalExecutor`), data bundles are downloaded to the local disk instead of attempting to sync to a non-existent remote worker, even on trusted hosts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants