-
Notifications
You must be signed in to change notification settings - Fork 586
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
dataconnect: demo: make codegen gradle task cacheable #6571
Conversation
…ourcesTask cacheable
Release note changesNo release note changes were detected. If you made changes that should be |
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. |
Vertex AI Mock Responses Check
|
Coverage Report 1Affected ProductsNo changes between base commit (11403df) and merge commit (75b8206).Test Logs |
Size Report 1Affected ProductsNo changes between base commit (11403df) and merge commit (75b8206).Test Logs |
Test Results 62 files - 974 62 suites - 974 1m 13s ⏱️ - 31m 39s Results for commit 8987469. ± Comparison against base commit 11403df. This pull request removes 5332 tests.
♻️ This comment has been updated with latest results. |
firebase-dataconnect/demo/build.gradle.kts
: make DataConnectGenerateSourcesTask cacheable to demonstrate making a task cacheable, and, in theory, could speed up incremental builds.