Use Microsoft PyPI proxy in CI - #8191
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Configures CCF’s self-hosted GitHub Actions workflows to install Python dependencies via the Microsoft PyPI feed proxy by setting PIP_INDEX_URL at workflow/job scope, ensuring both direct and script-invoked pip installs inherit the proxy configuration while avoiding changes to GitHub-hosted runner jobs.
Changes:
- Set
PIP_INDEX_URL=https://packagefeedproxy.microsoft.io/pypi/simple/at workflow scope for self-hosted CI workflows (CI, AL4 CI, CodeQL, Long Test, Coverage, Bencher). - Set
PIP_INDEX_URLat job scope for targeted self-hosted container jobs in Release and CI Verification workflows. - Set
PIP_INDEX_URLat job scope for the Bencher A/B workflow’s PR benchmark job.
Custom instructions used:
.github/copilot-instructions.md.github/instructions/reviewing.instructions.md
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/release.yml | Sets PIP_INDEX_URL for the self-hosted build_release job to route pip installs through the proxy. |
| .github/workflows/long-test.yml | Adds workflow-level PIP_INDEX_URL for self-hosted long-test jobs. |
| .github/workflows/coverage.yml | Adds workflow-level PIP_INDEX_URL so coverage workflow pip installs use the proxy. |
| .github/workflows/codeql-analysis.yml | Adds workflow-level PIP_INDEX_URL for self-hosted CodeQL workflow dependency installs. |
| .github/workflows/ci.yml | Adds workflow-level PIP_INDEX_URL for the main self-hosted CI workflow. |
| .github/workflows/ci-verification.yml | Sets PIP_INDEX_URL only for the self-hosted trace-validation container job (does not affect ubuntu-latest jobs). |
| .github/workflows/ci-al4.yml | Adds workflow-level PIP_INDEX_URL for AL4 self-hosted CI jobs. |
| .github/workflows/bencher.yml | Adds workflow-level PIP_INDEX_URL for self-hosted benchmark workflow. |
| .github/workflows/bencher-ab.yml | Adds job-level PIP_INDEX_URL for the self-hosted PR benchmark job. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Copilot started reviewing on behalf of
Amaury Chamayou (achamayou)
August 20, 2026 19:53
View session
Eddy Ashton (eddyashton)
approved these changes
Aug 21, 2026
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Amaury Chamayou (achamayou)
enabled auto-merge (squash)
August 21, 2026 09:17
Member
Author
|
Eddy Ashton (@eddyashton) Also moved to workflow scope as on the NPM PR. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 62c80871-749a-4a62-841b-b140c32d600c
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.
Summary
Validation
https://packagefeedproxy.microsoft.io/pypi/simple/as the active index