-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update how profiler enabled flag is checked #4621
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR blocked until dependency issues are resolved. google-cloud-profiler package is built locally and depends on the glibc version. Currently, local dev environment differs from clusterfuzz bots env, making the bots crash when the profiler tries to import the .so files. (credit to @vitorguidi for finding this bug). Bug: b/388257931 |
I think we can still land this even though the main part of the work is blocked. |
Start to enable Cloud Profiler for clusterfuzz by using the flag in the project config yaml. This change is supported by a PR in clusterfuzz configs repo.
In addition, remove profiler calls from fuzzer engines, since having it only in the bot startup is enough granularity.