ci: trigger split repo tests on auth, gax, and shared-deps changes#12785
Merged
ci: trigger split repo tests on auth, gax, and shared-deps changes#12785
Conversation
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
blakeli0
reviewed
Apr 14, 2026
.github/workflows/ci.yaml
Outdated
| java-bigquery: | ||
| - 'java-bigquery/**' | ||
| - 'google-auth-library-java/**/*.java' | ||
| - 'sdk-platform-java/gax-java/**/*.java' |
Contributor
There was a problem hiding this comment.
Can we do sdk-platform-java/**? Changes in api-common and java-core may need to be verified as well. Same thing for other handwritten repos.
Member
Author
There was a problem hiding this comment.
I added a few more cases. I set it to be a bit selective with the trigger (Java code changes or dep changes) to avoid our CIs running extra since our CIs currently take a bit
blakeli0
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some "upstream" modules have a bit more impact and we want to test the impact of the changes across the modules inside the monorepo.
Changes in auth, gax, or shared-deps can trigger downstream unit tests