-
Notifications
You must be signed in to change notification settings - Fork 151
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
reduce /gcbrun skip time #833
Comments
I looked into this issue and noticed that There are no checks for To address this, I’m considering two possible fixes:
2)Modify py_presubmit.py to exit early if /gcbrun skip is detected in the PR message:
Would this be the correct approach? Or should only specific parts of the process be skipped rather than the entire presubmit check? I’d love to contribute a PR for this, any guidance would be greatly appreciated Thanks! |
option 1 sounds good to me. I'm not sure it's the best option for you to contribute this, since controlling running the CI requires a certain level of permission. Perhaps it's smarter to work on something you can actively test? For example, wider support for build systems in https://github.com/google/oss-fuzz-gen/tree/main/experimental/c-cpp is appreciated |
Thanks for pointing me to the
I’ll start by debugging and improving logging while getting familiar with the codebase. Are there any open issues or a TODO list related to build system improvements that I could work on? If not, could you guide me on where to start looking for areas that need improvement? Also, is there a Discord, Slack, or another discussion channel where contributors can ask questions and stay updated? Thanks! |
When we dont need a trial run for a PR we use /gcbrun skip. However, there is still a lot of processing time for this workflow. We should reduce this.
The text was updated successfully, but these errors were encountered: