-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[CD] Fix xpu nightly wheel test failure #130742
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/130742
Note: Links to docs will display an error until the docs builds have been completed. ❌ 15 New Failures, 2 Unrelated FailuresAs of commit 2f7b681 with merge base 9df4bc6 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
atalman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Lets wait for green signal
295dfff to
1e24cff
Compare
1e24cff to
2f7b681
Compare
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 6 jobs have failed, first few of them are: windows-binary-conda / conda-py3_12-cuda12_1-test, windows-binary-conda / conda-py3_11-cuda12_4-test, windows-binary-conda / conda-py3_8-cuda12_4-test, windows-binary-conda / conda-py3_11-cuda12_1-test, windows-binary-conda / conda-py3_10-cuda12_4-test Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -f "xpu irrelevant failure" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
The xpu nightly wheel test met permission issue on `linux.idc.xpu` runner. Because those runners onboarded with `jenkins` user but the binary test in docker container with `root` directly. The temp files can't be deleted, refer https://github.com/pytorch/pytorch/actions/runs/9935452320/job/27448053625#step:8:91 Pull Request resolved: #130742 Approved by: https://github.com/atalman
The xpu nightly wheel test met permission issue on `linux.idc.xpu` runner. Because those runners onboarded with `jenkins` user but the binary test in docker container with `root` directly. The temp files can't be deleted, refer https://github.com/pytorch/pytorch/actions/runs/9935452320/job/27448053625#step:8:91 Pull Request resolved: pytorch#130742 Approved by: https://github.com/atalman
Follow #142482, refer the original fix PR #130742 and new issue in https://github.com/pytorch/pytorch/actions/runs/12323126436/job/34403681230 Works for #114850 Pull Request resolved: #143268 Approved by: https://github.com/atalman
Follow #142482, refer the original fix PR #130742 and new issue in https://github.com/pytorch/pytorch/actions/runs/12323126436/job/34403681230 Works for #114850 Pull Request resolved: #143268 Approved by: https://github.com/atalman (cherry picked from commit a8cc19b)
[CD] Fix XPU linux CD whl test failure (#143268) Follow #142482, refer the original fix PR #130742 and new issue in https://github.com/pytorch/pytorch/actions/runs/12323126436/job/34403681230 Works for #114850 Pull Request resolved: #143268 Approved by: https://github.com/atalman (cherry picked from commit a8cc19b) Co-authored-by: chuanqiw <[email protected]>
Follow pytorch#142482, refer the original fix PR pytorch#130742 and new issue in https://github.com/pytorch/pytorch/actions/runs/12323126436/job/34403681230 Works for pytorch#114850 Pull Request resolved: pytorch#143268 Approved by: https://github.com/atalman
The xpu nightly wheel test met permission issue on
linux.idc.xpurunner. Because those runners onboarded withjenkinsuser but the binary test in docker container withrootdirectly. The temp files can't be deleted, refer https://github.com/pytorch/pytorch/actions/runs/9935452320/job/27448053625#step:8:91. Link to #114850