clusterfuzz
clusterfuzz copied to clipboard
Scalable fuzzing infrastructure.
### Motivation There is no available mechanism by which two clusterfuzz versions can coexist in production. This PR assumes that, during the GCE VM creation, an user data script will:...
Superseeds: https://github.com/google/clusterfuzz/pull/3793. Examples: 1. Most logging libraries don't make you write "log_" before each function, but in CF we do. (e.g. "logs.log_error" instead of "logs.error". 2. Most logging libraries call...
All PRs related to this effort should link here.
It's not used anymore, keeping it around complicates things, if we need it again, we can revert.
Not doing so hides bugs.
I saw a linting error recently that implies it's been nonfunctional for a while.
Hello I’m trying to access clusterfuzz however I’m unable to Im getting this message You (email=[[email protected] are not authorized to access this page! If you reached here via a crbug...
It doesn't seem like ClusterFuzz is sending emails anymore. Logs dont show any emails sent in the last 30 days and I don't see where this cronjob is run from....
In chrome, we need to have generic jobs that can be scheduled on any devices. This PR will make sure generic tasks keep getting pulled even when subqueues are set-up....