Add image_spec support to google_vertex_ai_reasoning_engine#16935
Add image_spec support to google_vertex_ai_reasoning_engine#16935rileykarson merged 5 commits intoGoogleCloudPlatform:mainfrom
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 90 Click here to see the affected service packages
Action takenFound 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 90 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 90 Click here to see the affected service packages
🟢 All tests passed! View the build log |
| allow_empty_object: true | ||
| send_empty_value: true |
There was a problem hiding this comment.
This combination seemed to send the right things- we send explicit null when not defined, and explicit empty when defined.
| - name: 'buildArgs' | ||
| type: KeyValuePairs | ||
| send_empty_value: true | ||
| required: true |
There was a problem hiding this comment.
seems kind of like a weird combination: required, but allowed to be empty. I'd think that it will maybe be empty quite often, when users don't want any additional build arguments (not sure on this, but could be a common case?)
Would it be crazy to allow omitting this and treat it as empty?
There was a problem hiding this comment.
Or maybe too much fiddlyness for its worth
There was a problem hiding this comment.
Tested locally and it works- I think I just didn't reverify it with the final settings for the parent.
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 90 Click here to see the affected service packages
Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🟢 All tests passed! |
Co-authored-by: Riley Karson <rileykarson@google.com>
911068e to
67dedab
Compare
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 94 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
1 similar comment
Tests analyticsTotal tests: 94 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
Nested makefiles regenerates the .tar.gz files so that we capture sources; could probably be made into Bazel rules into the future.
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.