-
Notifications
You must be signed in to change notification settings - Fork 625
Configure google-services.json for macrobenchmark tests. #2653
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
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (64bf501f) is created by Prow via merging commits: f23b397 f41c024. |
Binary Size ReportAffected SDKsNo changes between base commit (f23b397) and head commit (64bf501f). Test Logs
NotesHead commit (64bf501f) is created by Prow via merging commits: f23b397 f41c024. |
/test macrobenchmark |
1 similar comment
/test macrobenchmark |
About the unsatisfied dependency exception in inappmessaging, I have tried to build the test app with and without this line in
The final apks (
are retained under The above error message translated back via the proguard mappings is:
Does it imply that analytics is required here for some reason? I'm going to try to add |
It looks like it's indeed required, even though it does not have a maven dependency on analytics: Lines 47 to 49 in f23b397
firebase-android-sdk/firebase-inappmessaging-display/firebase-inappmessaging-display.gradle Lines 68 to 91 in f23b397
Worth checking with @eldhosembabu @prakhar1989 as to why that would be the case |
@yifanyang: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/test macrobenchmark |
/test check-changed |
Downgrade gradle wrapper version from 7.0 to 6.9 to speed up test apps assembly.