We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2cc60 commit 3294a0cCopy full SHA for 3294a0c
.github/workflows/_linux_ut.yml
@@ -92,7 +92,8 @@ jobs:
92
run: |
93
source activate xpu_op_${ZE_AFFINITY_MASK}
94
pip install junitparser
95
- python .github/scripts/check-ut.py ${{ github.workspace }}/ut_log/*.xml \
+ cd ${{ github.workspace }}/ut_log/
96
+ python check-ut.py ${{ github.workspace }}/ut_log/*.xml \
97
2>${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test_summary.log | \
98
>> $GITHUB_STEP_SUMMARY || true
99
- name: Upload Inductor XPU UT Log
0 commit comments