Skip to content

Commit e894f69

Browse files
RUIJIEZHONG66166zxd1997066
authored andcommitted
align the path
1 parent 0cdcce8 commit e894f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,16 +564,16 @@ jobs:
564564
sudo cp /proc/sys/kernel/yama/ptrace_scope ptrace_scope.bk
565565
sudo echo "0"|sudo tee /proc/sys/kernel/yama/ptrace_scope
566566
mkdir -p ut_log/pytorch_distributed
567+
mkdir -p ut_log/pytorch_distributed_summary
567568
cd ../pytorch/third_party/torch-xpu-ops/test/xpu
568569
XCCL_EANBLE=$(python -c "import torch;print(torch.distributed.is_xccl_available())")
569570
if [[ "${XCCL_ENABLE}}" == 'False' ]]; then
570571
echo -e "[ERROR] XCCL is not enabled"
571572
exit 1
572573
fi
573-
python run_distributed_local.py 2>${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test_error.log | tee ${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test.log
574-
cd ${{ github.workspace }}
575-
mkdir -p ut_log/pytorch_distributed_summary
574+
python run_distributed_local.py 2>${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test_error.log | tee ${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test.log
576575
cp op_ut_with_skip_* ${{ github.workspace }}/ut_log/pytorch_distributed_summary
576+
cd ${{ github.workspace }}
577577
sudo cp ptrace_scope.bk /proc/sys/kernel/yama/ptrace_scope
578578
- name: Distributed UT Test Results Summary
579579
run: |

0 commit comments

Comments
 (0)