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 5ac5b25 commit a6333c9Copy full SHA for a6333c9
.github/workflows/_linux_ut.yml
@@ -374,7 +374,7 @@ jobs:
374
path: ${{ github.workspace }}/ut_log
375
376
distributed_ut_test:
377
- runs-on: pytorch-06
+ runs-on: PVC-7358
378
if: ${{ contains(inputs.ut, 'xpu_distributed') && !contains(inputs.disabled_tests, 'disable_distribute') }}
379
timeout-minutes: 60
380
env:
@@ -491,7 +491,6 @@ jobs:
491
2>${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test_error.log | \
492
tee ${{ github.workspace }}/ut_log/xpu_distributed/pytorch_distributed_test.log
493
cp *.xml ${{ github.workspace }}/ut_log
494
- cp
495
- name: Reset Ptrace_scope
496
if: ${{ always() }}
497
run: |
0 commit comments