[AI] Run Live API integration tests on schedule only#16211
[AI] Run Live API integration tests on schedule only#16211andrewheard wants to merge 11 commits into
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 the 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 counterproductive. 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. |
Summary of ChangesThis pull request optimizes the CI pipeline for FirebaseAI integration tests by introducing conditional execution based on environment variables. These changes ensure that potentially flaky or resource-intensive tests are only executed during scheduled or manual runs, improving overall CI stability and efficiency. Additionally, the update enhances log output reliability and refines the build-and-test workflow within the repository scripts. Highlights
New Features🧠 You can now enable Memory (public preview) to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Ignored Files
Activity
|
LiveSessionTestsfromFirebaseAIIntegrationto run on scheduled (nightly) and manual CI runs only.NSUnbufferedIO=YEStoxcbeautifyinvocation to get some output before testing completes.scripts/repo.shrefactor (infra(all): Introduce generic script for integration tests #15415) for now to simplifybuild-for-testingvs.testswitching.#no-changelog