-
Notifications
You must be signed in to change notification settings - Fork 24.7k
[CI] Fix xpu linux ci build environment duplicated issue #141546
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
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.
Looks like possible CI issue: echo 'Error: Available diskspace is less than 70 percent. Not enough diskspace.'
The failures seems to be unrelated, however please look into these : |
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. Please investigate the XPU failures on this PR
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
0ed387e
to
b682bc9
Compare
@pytorchbot rebase -b main |
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
Successfully rebased |
b682bc9
to
93698a0
Compare
@pytorchbot rebase -b main |
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
Successfully rebased |
93698a0
to
b9039d4
Compare
Hi @atalman, I have resolved the diskspace issue and rebased the PR with latest main, previous 2 xpu inductor UT failures has been fixed. But there is only one doctests failure in the latest CI tests, it's very strange and may need more time to root cause it. I have created a issue #141705 to track it, and will try to fix it ASAP. Can we land this PR firstly? |
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. Thank for taking time resolving and looking into these issues
8e022b4
to
973b55e
Compare
973b55e
to
f86884e
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 |
# Motivation Fix this UT failure introduced by #140865. The unrelated failure suppressed this UT failure. It goes to happen since #141546 is landed. Pull Request resolved: #141800 Approved by: https://github.com/EikanWang
) We found that there are duplicated build environments in XPU linux ci test, it led to test jobs may download wrong pytorch build artifact file. Refer https://github.com/pytorch/pytorch/actions/runs/12023238798/job/33518351906#step:14:633 Works for pytorch#139722 and pytorch#114850 Pull Request resolved: pytorch#141546 Approved by: https://github.com/EikanWang, https://github.com/atalman
# Motivation Fix this UT failure introduced by pytorch#140865. The unrelated failure suppressed this UT failure. It goes to happen since pytorch#141546 is landed. Pull Request resolved: pytorch#141800 Approved by: https://github.com/EikanWang
We found that there are duplicated build environments in XPU linux ci test, it led to test jobs may download wrong pytorch build artifact file. Refer https://github.com/pytorch/pytorch/actions/runs/12023238798/job/33518351906#step:14:633
Works for #139722 and #114850