File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ jobs:
374
374
path : ${{ github.workspace }}/ut_log
375
375
376
376
distributed_ut_test :
377
- runs-on : pvc_e2e
377
+ runs-on : PVC-7900
378
378
if : ${{ contains(inputs.ut, 'xpu_distributed') && !contains(inputs.disabled_tests, 'disable_distribute') }}
379
379
timeout-minutes : 600
380
380
env :
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
uses : ./.github/workflows/_linux_build.yml
101
101
with :
102
102
pytorch : distributed_2.8
103
- runner : pvc_e2e
103
+ runner : PVC-7900
104
104
105
105
preci-linux-ut :
106
106
name : preci-linux
@@ -109,4 +109,4 @@ jobs:
109
109
with :
110
110
disabled_tests : ${{ needs.preci-conditions-filter.outputs.disabled_tests }}
111
111
ut : xpu_distributed
112
- runner : pvc_e2e
112
+ runner : PVC-7900
You can’t perform that action at this time.
0 commit comments