Skip to content

Conversation

stuqdog
Copy link
Member

@stuqdog stuqdog commented Oct 2, 2025

No description provided.

@github-actions github-actions bot added the safe to test committer is a member of this org label Oct 2, 2025
@stuqdog stuqdog added ready-for-protos add this when you want protos to compile on every commit safe to test committer is a member of this org and removed safe to test committer is a member of this org labels Oct 2, 2025

message StartReloadBuildRequest {
oneof cloud_build {
packages.v1.CreatePackageRequest package = 1;
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 is a bit of a compromise. I don't love the idea of putting one Request type inside another one, but I wanted to make sure we always captured the same data as a CreatePackageRequest (since we are in fact embedding a CreatePackage call within the StartReloadBuild call), and I didn't want to change the type out from under the existing CreatePackageRequest type because this would be breaking, slow things down by requiring a return to the scope process, and I don't have a good sense of the scope of its impact.

Happy to revisit if others disagree.

@stuqdog stuqdog requested review from a team, lia-viam, michaellee1019 and njooma and removed request for a team October 10, 2025 18:45
@stuqdog stuqdog marked this pull request as ready for review October 10, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

protos-compiled ready-for-protos add this when you want protos to compile on every commit safe to test committer is a member of this org

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant