jonathanmetzman
jonathanmetzman
This will allow the untrusted worker to access the builds without special handling. Fixes: https://github.com/google/clusterfuzz/issues/3957
We'll do this by uploading *new* custom builds to a bucket that the untrusted worker can read from. We'll only do this in projects that will use untrusted workers. This...
Android and Chrome have both expressed interest in getting more cycles for their engine fuzzers. But it appears impossible to change this manually because [our cron job resets weights](https://github.com/google/clusterfuzz/blob/b0f1187afa3855ff9370fbf06fe5aac79bc36cfd/src/clusterfuzz/_internal/cron/fuzzer_and_job_weights.py#L357). Let's...
I think this is for creating the backup. https://pantheon.corp.google.com/errors/detail/COrmxa-WxN3_kAE;time=P30D?project=google.com:clusterfuzz&utm_source=error-reporting-notification&utm_medium=email&utm_content=new-error
For example, this testcase: https://clusterfuzz.com/testcase-detail/6277724940206080 analyze task was done by clusterfuzz-windows-j92d minimize task was done by clusterfuzz-windows-ks6r but if you look through the logs, there's almost no logging from these...
It's not needed since theyre short lived and also it doesn't work because it tries to access the database.
I'll add more details tomorrow
This is logged as an error way too frequently. It seems to happen all the time and is our top error. We should demote it to a warning, or change...
Nothing can be done in the process so quit and try again. Tries to fix: ``` "AuthMetadataPluginCallback "" raised exception! Traceback (most recent call last): File "c:\clusterfuzz\src\third_party\google\auth\compute_engine\credentials.py", line 111, in...