Mark Teffeteller
Mark Teffeteller
Currently we can only use `@kind problem` and `@kind path-problem` queries with query suites. Other queries need to be run manually and they end up in a separate format (`.bqrs`...
During the Android bot start up script, we are constantly polling the Android Build API [here](https://github.com/google/clusterfuzz/blob/d3854a4d00417cdae053b0b36418c5754a67efce/src/clusterfuzz/_internal/platforms/android/fetch_artifact.py#L161) Unfortunately this API usage is flaky and causes a lot of outages. Temporarily we...
When launching virtual cuttlefish machines, we use the following [code](https://github.com/marktefftech/clusterfuzz/blob/3fdc86d4e13db47b2583468c6d2a28107817bf01/src/clusterfuzz/_internal/platforms/android/adb.py#L422-L424), which specifically disables sandboxing behavior for the Cuttlefish device: ``` launch_cvd_command_line = ( f'sudo {launch_cvd_path} --daemon --memory_mb={device_memory_mb} ' '--report_anonymous_usage_stats=Y --enable_sandbox=true...