Support multiple products and only copy/compile files for those products#18089
Merged
Conversation
9a4832a to
456cd6d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
d636f32 to
89cbe05
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
Member
Author
|
This needs testing with EAP. |
roaks3
approved these changes
Jun 26, 2026
roaks3
left a comment
Contributor
There was a problem hiding this comment.
Confirmed private providers work with this update
Merged
via the queue into
GoogleCloudPlatform:main
with commit Jun 26, 2026
8365d3b
32 checks passed
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.
This lets us optimize various workflows by reducing the time we spend with copy/compile to only the products we care about.
As a side effect, this also does the same thing as #17971 - removing beta-only products from the GA provider. While we could keep the old behavior for cases where the whole provider is generated, I think the implementation makes more sense if we're consistent.
Time for compute GA: 7.5s with main, 5.3s with this branch
Time for alloydb GA: 5s with main, 2.5s with this branch
Time for full GA: 15s-16.4s with main, 13.6-14.8s with this branch - maybe a slight improvement, due to parallelization
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.