8000 [CD] Fix XPU linux CD whl test failure (#143268) · pytorch/pytorch@043ce38 · GitHub
[go: up one dir, main page]

Skip to content

Commit 043ce38

Browse files
chuanqi129pytorchbot
authored andcommitted
[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)
1 parent 5fbc4aa commit 043ce38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/scripts/binary_linux_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ if [[ "\$GPU_ARCH_TYPE" != *s390x* && "\$GPU_ARCH_TYPE" != *xpu* && "\$GPU_ARCH_
9494
python /pytorch/.ci/pytorch/smoke_test/smoke_test.py --package=torchonly --torch-compile-check disabled
9595
fi
9696
97+
# Clean temp files
98+
cd /pytorch/.ci/pytorch/ && git clean -ffdx
9799
98100
# =================== The above code will be executed inside Docker container ===================
99101
EOL

0 commit comments

Comments
 (0)
0