App distro auto test gradle, agp, and Google services#7717
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. |
📝 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. |
kaibolay
left a comment
There was a problem hiding this comment.
I love it!
How do we get notified if/when the test fails?
|
Note: The test is currently failing, because the hard-coded service-account key for the With #7718 that service account will become configurable. You'll need to wait until that PR merged and the workflow is updated to use a secret service-account key, |
040c746 to
949967f
Compare
.github/workflows/app-distribution-gradle-compatibility-tests.yml
Outdated
Show resolved
Hide resolved
...n-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/VersionUtils.kt
Outdated
Show resolved
Hide resolved
...n-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/VersionUtils.kt
Outdated
Show resolved
Hide resolved
...n-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/VersionUtils.kt
Outdated
Show resolved
Hide resolved
...n-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/VersionUtils.kt
Outdated
Show resolved
Hide resolved
c0e0c4b to
0e39907
Compare
...n-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/VersionUtils.kt
Outdated
Show resolved
Hide resolved
...n-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/VersionUtils.kt
Outdated
Show resolved
Hide resolved
d9163cd to
6d2bfda
Compare
...n-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/VersionUtils.kt
Outdated
Show resolved
Hide resolved
...n-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/VersionUtils.kt
Outdated
Show resolved
Hide resolved
… versions; with new file Modify standard integration tests to use shareable VersionUtils to fetch latset Gradle, AGP, and GoogleServices
8248157 to
2e535df
Compare
This change creates a daily Github workflow that runs the App Distribution integration tests against the latest versions of Gradle, AGP, and Google Services. This will eliminate the need for our team to manually test new versions on the
integrationTestsuite. We will still need to test the production suite until we can configure the workflow to log into an account that has access to ourprodTestproject