google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.09k stars 266 forks source link

[DO NOT MERGE] Adding pubsub requirement and rebuilding dispatcher image #2024

Closed gustavogaldinoo closed 1 month ago

gustavogaldinoo commented 1 month ago

Just a debugging branch.

I will progressive add changes from the pull request https://github.com/google/fuzzbench/pull/2005/ and try to run experiment each time, to find out what's causing a build failure on the mentioned pull request.

Initially, I am just adding the google-cloud-pubsub requirement, and rebuilding the dispatcher image.

gustavogaldinoo commented 1 month ago

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --benchmarks sqlite3_ossfuzz bloaty_fuzz_target --experiment-name progressive-pubsub-measurer-1 --fuzzers afl libfuzzer

gustavogaldinoo commented 1 month ago

I think this will no longer be necessary, https://github.com/google/fuzzbench/pull/2005 is no longer having build failures.