-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release/7.0][PERF] Backport urllib fix to release/7.0 #87286
[Release/7.0][PERF] Backport urllib fix to release/7.0 #87286
Conversation
…install installing a broken urllib version. (dotnet#85935)
…ue to reinstall installing a broken urllib version. (dotnet#85935)" (dotnet#86000) This reverts commit 4ea93a6 due to the commit seemingly causes major failure in the pipelines.
…" (dotnet#86009) This reverts commit b132963.
…rsion (dotnet#86128) * Move scenario urllib imports to the last install position. * Remove force-reinstall from all pip installs in the scenarios-job.yml files.
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsBackports changes for dotnet/performance#3010 to the release/7.0-staging branch for eventual merge into release/7.0.
|
…ing the urllib install based on the release/7.0 backport of the same changes (dotnet#87286).
@carlossanlop Can I get this merged? It is a perf infra only change. Thanks! |
@carlossanlop Just to make sure there is no confusion, there are 2 PR's doing similar things. This one is for release/7.0 and another for release/6.0 (which has already been merged). |
Backports changes for dotnet/performance#3010 to the release/7.0-staging branch for eventual merge into release/7.0.