Skip to content

ci: Speed up the integration tests by testing only testable modules#12038

Draft
lqiu96 wants to merge 11 commits intomainfrom
ci/optimize-integration
Draft

ci: Speed up the integration tests by testing only testable modules#12038
lqiu96 wants to merge 11 commits intomainfrom
ci/optimize-integration

Conversation

@lqiu96
Copy link
Member

@lqiu96 lqiu96 commented Feb 27, 2026

Fixes: #12025

Tries to reduce the runtime when running all the ITs (2:30 hrs). This should reduce it down to ~42 min: https://btx.cloud.google.com/invocations/3f075762-7f70-4638-bfb4-e62c41460516/log

Results are tested in this PR: #12039

@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 27, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 27, 2026
Comment on lines -205 to -213
<profiles>
<profile>
<id>include-samples</id>
<modules>
<module>samples</module>
<module>tutorials</module>
</modules>
</profile>
</profiles>
Copy link
Member Author

Choose a reason for hiding this comment

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

this profile is not used anywhere but was being caught in the logic to check for modules

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.

Investigate the length of the Kokoro Integration Jobs

2 participants