App distro auto test gradle, agp, and Google services#7717
App distro auto test gradle, agp, and Google services#7717MaesterChestnut wants to merge 4 commits intomainfrom
Conversation
… versions; with new file
…tch latset Gradle, AGP, and GoogleServices
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, |
This is a http://go/LSC run by http://go/ghss to automatically refactor your Github Actions per http://b/485167538. This is a PR to help you upgrade to the latest standards in Github Actions. Please merge this PR to accept the changes. NOTE: if you do not accept this PR, it may be force merged by the GHSS team. See http://b/485167538 for more details. Co-authored-by: Ben Knutson <benknutson@google.com>
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