chore: add permanent and conditional file exclusions#13000
Conversation
There was a problem hiding this comment.
Code Review
This pull request modifies the module exclusion list in .kokoro/common.sh and introduces a new section in sdk-platform-java/GEMINI.md regarding file exclusion and loading constraints to optimize context window usage. Feedback was provided regarding an inconsistent path change in the shell script that could lead to CI failures.
I am having trouble creating individual review comments. Click here to see my feedback.
.kokoro/common.sh (30)
The removal of the sdk-platform-java/ prefix for java-showcase is inconsistent with the versioned showcase entries on lines 31 and 32. If the module is still located within the sdk-platform-java directory, this change will break the CI exclusion logic for this module. Please verify if this was an accidental edit.
'sdk-platform-java/java-showcase'
References
- When a module's path is updated, do not assume that related or versioned directories have also moved; their paths should be verified independently.
|
|



This PR adds permanent exclusions for legacy showcases and conditional exclusions for the test/ folder to GEMINI.md to prevent context window bloat in agentic workflows.