-
Notifications
You must be signed in to change notification settings - Fork 588
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
Add clean command to fireci #6563
Conversation
Release note changesNo release note changes were detected. If you made changes that should be |
Vertex AI Mock Responses Check
|
Test Results 1 036 files + 1 022 1 036 suites +1 022 32m 32s ⏱️ + 32m 7s Results for commit f8913d3. ± Comparison against base commit a0ec544. ♻️ This comment has been updated with latest results. |
Size Report 1Affected ProductsNo changes between base commit (a0ec544) and merge commit (655cc43).Test Logs |
Coverage Report 1Affected Products
Test Logs |
Per b/381270432,
This adds a command to our
fireci
cli tool that can work as an alternative togradle clean
. There seems to be some dependency issues preventinggradle clean
from completely correctly, but with the usage offireci
- we can avoid working within gradle entirely.Furthermore, this command comes with flags for deeper cleaning of gradle's caches.
I've also updated the dependencies that fireci was using, as I ran into a variety of issues trying to use it "as-is" on an M1 machine. The updated dependencies seem to include fixes for such issues.
Command usage: