-
Notifications
You must be signed in to change notification settings - Fork 69
ci: add cleanup step for Buck2 build #193
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
Conversation
Signed-off-by: jl.jiang <jiangjl9807@gmail.com>
|
Claude finished @jjl9807's task in 43s —— View job Code Review Complete ✅Tasks
SummaryThis PR adds a cleanup step to the Buck2 build job in the CI workflow. The change is well-implemented and follows best practices for GitHub Actions workflows. Detailed Review✅ What's Good
📝 Minor Observations
Security ✅
Performance ✅
Testing
|
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.
Pull request overview
Adds a post-build cleanup step to the CI workflow to remove Buck2 artifacts after running the Buck2 build job on self-hosted runners.
Changes:
- Add a
buck2 cleanstep afterbuck2 buildin thebuildjob, configured to run even if previous steps fail. - Minor whitespace-only adjustment in the
testjob steps.
Signed-off-by: jl.jiang <jiangjl9807@gmail.com>
|
Claude finished @jjl9807's task in 1m 5s —— View job Comprehensive Code Review ✅Tasks
SummaryThis PR adds a cleanup step to the Buck2 build job in the CI workflow. The implementation has been updated to address previous feedback and now includes Detailed Analysis1. Code Quality ✅Excellent implementation of cleanup step (.github/workflows/base.yml:96-99)
Minor whitespace improvement (.github/workflows/base.yml:115)
2. Security ✅No security concerns identified:
3. Performance ✅Positive performance impact:
Self-hosted runner optimization:
4. Testing
|
No description provided.