Revert "Bump psutil version to 5.9.7 (#16547)" #17112
Conversation
70a39e0 to
d3b50da
Compare
|
The |
d3b50da to
72e6d2a
Compare
|
The |
This reverts commit fde8722
72e6d2a to
2b16453
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
Test Results 32 files 32 suites 3m 24s ⏱️ Results for commit 2b16453. |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-master master
# Navigate to the new working tree
cd .worktrees/backport-master
# Create a new branch
git switch --create backport-17112-to-master
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ea412adfdb11b288b8b0a79334004b919b78e2f2
# Push it to GitHub
git push --set-upstream origin backport-17112-to-master
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-masterThen, create a pull request where the |
What does this PR do?
Revert #16547
Motivation
We have a performance regression issue, see #incident-25881
Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.