Copybara import of the project:#538
Open
copybara-service[bot] wants to merge 1 commit into
Open
Conversation
65032be to
8600e77
Compare
-- bd217e3 by Giovanni Torres <gtorres@ciq.com>: fix: networkProfile field requires a supported URL Every accelerator RoCE-RDMA test suite fails during setup at the `create-networks` step. The RoCE network profile is referenced with a project-less partial path (`global/networkProfiles/<zone>-vpc-roce`), which the Compute API rejects with `400 ... The URL is malformed`. The `networkProfile` field requires a full URL or a `projects/{projectId}/...`-qualified partial URL. FUTURE_COPYBARA_INTEGRATE_REVIEW=#537 from gtorres-ciq:ciq-fix-accelerator-tests bd217e3 PiperOrigin-RevId: 933214867
8600e77 to
d4a2dd9
Compare
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.
Copybara import of the project:
--
bd217e3 by Giovanni Torres gtorres@ciq.com:
fix: networkProfile field requires a supported URL
Every accelerator RoCE-RDMA test suite fails during setup at the
create-networksstep. The RoCE network profile is referenced with a project-less partial path
(
global/networkProfiles/<zone>-vpc-roce), which the Compute API rejects with400 ... The URL is malformed. ThenetworkProfilefield requires a full URL or aprojects/{projectId}/...-qualified partial URL.FUTURE_COPYBARA_INTEGRATE_REVIEW=#537 from gtorres-ciq:ciq-fix-accelerator-tests bd217e3