Switch fuzz task to UTaskLocalExecutor and improve fuzzer setup robustness#5070
Switch fuzz task to UTaskLocalExecutor and improve fuzzer setup robustness#5070google-labs-jules[bot] wants to merge 2 commits intomasterfrom
Conversation
…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.
|
👋 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 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.
Switch fuzz task to UTaskLocalExecutor and improve fuzzer setup robustness.
fuzztask type toUTaskLocalExecutorintask_types.pyto run fuzz tasks locally._update_fuzzerinsetup.pyto support downloading fuzzer binaries usingblobs.read_blob_to_diskwhen running on a trusted bot (non-uworker), removing the strict dependency on signed URLs for local execution._update_fuzzerinsetup_test.pycovering local and uworker scenarios.PR created automatically by Jules for task 13398410756091827490 started by @jonathanmetzman