Skip to content

Commit 4cfb8a9

Browse files
committed
update
1 parent 680c2cc commit 4cfb8a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 1 addition & 1 deletion
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: pvc_e2e
377+
runs-on: PVC-7900
378378
if: ${{ contains(inputs.ut, 'xpu_distributed') && !contains(inputs.disabled_tests, 'disable_distribute') }}
379379
timeout-minutes: 600
380380
env:

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
uses: ./.github/workflows/_linux_build.yml
101101
with:
102102
pytorch: distributed_2.8
103-
runner: pvc_e2e
103+
runner: PVC-7900
104104

105105
preci-linux-ut:
106106
name: preci-linux
@@ -109,4 +109,4 @@ jobs:
109109
with:
110110
disabled_tests: ${{ needs.preci-conditions-filter.outputs.disabled_tests }}
111111
ut: xpu_distributed
112-
runner: pvc_e2e
112+
runner: PVC-7900

0 commit comments

Comments
 (0)