Skip to content

Commit 631d08a

Browse files
authored
Update action.yml
1 parent b8687ec commit 631d08a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/linux-uttest/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,6 @@ runs:
147147
if: ${{ inputs.ut_name == 'xpu_distributed' }}
148148
run: |
149149
xpu-smi topology -m
150-
sudo rm -rf ${{ github.workspace }}/ptrace_scope.bk
151-
sudo cp /proc/sys/kernel/yama/ptrace_scope ${{ github.workspace }}/ptrace_scope.bk
152-
cat ${{ github.workspace }}/ptrace_scope.bk
153-
echo "0" |sudo tee /proc/sys/kernel/yama/ptrace_scope
154150
mkdir -p ut_log/xpu_distributed
155151
pip install pytest pytest-timeout xmlrunner unittest-xml-reporting zstandard transformers
156152
cp ../pytorch/third_party/torch-xpu-ops/.github/scripts/ut_result_check.sh ut_log/xpu_distributed/

0 commit comments

Comments
 (0)