Skip to content

App distro auto test gradle, agp, and Google services#7717

Merged
kaibolay merged 1 commit intomainfrom
appDistroAutoTestGradleAGP
Apr 1, 2026
Merged

App distro auto test gradle, agp, and Google services#7717
kaibolay merged 1 commit intomainfrom
appDistroAutoTestGradleAGP

Conversation

@MaesterChestnut
Copy link
Copy Markdown
Contributor

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 integrationTest suite. We will still need to test the production suite until we can configure the workflow to log into an account that has access to our prodTest project

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 6, 2026

📝 PRs merging into main branch

Our 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
kaibolay previously approved these changes Feb 7, 2026
Copy link
Copy Markdown
Contributor

@kaibolay kaibolay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love it!

How do we get notified if/when the test fails?

@kaibolay
Copy link
Copy Markdown
Contributor

kaibolay commented Feb 7, 2026

Note: The test is currently failing, because the hard-coded service-account key for the fad-test-apps was revoked.

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,

@MaesterChestnut MaesterChestnut force-pushed the appDistroAutoTestGradleAGP branch 3 times, most recently from 040c746 to 949967f Compare March 30, 2026 20:32
@MaesterChestnut MaesterChestnut force-pushed the appDistroAutoTestGradleAGP branch 3 times, most recently from c0e0c4b to 0e39907 Compare March 31, 2026 14:08
@MaesterChestnut MaesterChestnut force-pushed the appDistroAutoTestGradleAGP branch from d9163cd to 6d2bfda Compare March 31, 2026 18:24
… versions; with new file

Modify standard integration tests to use shareable VersionUtils to fetch latset Gradle, AGP, and GoogleServices
@MaesterChestnut MaesterChestnut force-pushed the appDistroAutoTestGradleAGP branch from 8248157 to 2e535df Compare April 1, 2026 15:28
@MaesterChestnut MaesterChestnut requested a review from kaibolay April 1, 2026 15:29
@kaibolay kaibolay merged commit bba32b1 into main Apr 1, 2026
169 of 172 checks passed
@kaibolay kaibolay deleted the appDistroAutoTestGradleAGP branch April 1, 2026 16:28
@github-actions github-actions bot mentioned this pull request Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants