Skip to content

Commit a6333c9

Browse files
committed
update
1 parent 5ac5b25 commit a6333c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
path: ${{ github.workspace }}/ut_log
375375

376376
distributed_ut_test:
377-
runs-on: pytorch-06
377+
runs-on: PVC-7358
378378
if: ${{ contains(inputs.ut, 'xpu_distributed') && !contains(inputs.disabled_tests, 'disable_distribute') }}
379379
timeout-minutes: 60
380380
env:
@@ -491,7 +491,6 @@ jobs:
491491
2>${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test_error.log | \
492492
tee ${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test.log
493493
cp *.xml ${{ github.workspace }}/ut_log
494-
cp
495494
- name: Reset Ptrace_scope
496495
if: ${{ always() }}
497496
run: |

0 commit comments

Comments
 (0)