[CHERRY-PICK] support configurable PIP_INDEX_URL for swagger client build (#23241)#23242
Merged
wy65701436 merged 1 commit intoMay 15, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-2.15.0 #23242 +/- ##
=================================================
Coverage ? 65.99%
=================================================
Files ? 1074
Lines ? 116684
Branches ? 2952
=================================================
Hits ? 77000
Misses ? 35412
Partials ? 4272
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Pass PIP_INDEX_URL through Makefile (conditional env injection), APITest-Util.robot (robot variable with public PyPI default), and Group3-Upgrade/run.sh (-v forwarding to robot). Signed-off-by: stonezdj <[email protected]>
stonezdj
force-pushed
the
cherry-pick/23241-to-release-2.15.0
branch
from
May 15, 2026 03:33
54587ff to
7d959ee
Compare
fiona-xie
approved these changes
May 15, 2026
fiona-xie
left a comment
Contributor
There was a problem hiding this comment.
LGTM, thanks for this fix
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.
Cherry-pick of #23241 to release-2.15.0.
What
Pass PIP_INDEX_URL through Makefile (conditional env injection), APITest-Util.robot (robot variable with public PyPI default), and Group3-Upgrade/run.sh (-v forwarding to robot).
Conflict resolution
In
tests/resources/APITest-Util.robot, the variable was renamed from${OPENAPI_GENERATOR_CLI_URL_DEFAULT}to${OPENAPI_GENERATOR_CLI_URL}(to match the already-applied keyword section), and${PIP_INDEX_URL}was added. JFROG variables were omitted since they are not present in the release-2.15.0 branch.