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 1-
21name : Get Runner Infos
32
43outputs :
@@ -109,6 +108,7 @@ runs:
109108 printf(" -n 1 ");
110109 }
111110 }')"
111+ fi
112112 echo "ZE_AFFINITY_MASK=${ZE_AFFINITY_MASK}" |tee -a ${GITHUB_OUTPUT}
113113 echo "numactl_args=${numactl_args}" |tee -a ${GITHUB_OUTPUT}
114114 echo "pytest_extra_args=${pytest_extra_args}" |tee -a ${GITHUB_OUTPUT}
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 build : [build]
101101 uses : ./.github/workflows/_linux_build.yml
102102 with :
103- runner : pvc_rolling
103+ runner : PVC-7900
104104 pytorch : ${{ needs.conditions-filter.outputs.pytorch }}
105105
106106 linux-ut :
@@ -128,7 +128,7 @@ jobs:
128128 ut_name : [xpu_distributed]
129129 uses : ./.github/workflows/_linux_ut.yml
130130 with :
131- runner : pvc_rolling
131+ runner : PVC-7900
132132 pytorch : ${{ needs.conditions-filter.outputs.pytorch }}
133133 torch_xpu_ops : ${{ needs.conditions-filter.outputs.pytorch == 'nightly_wheel' && 'pinned' || 'main' }}
134134 ut : ${{ matrix.ut_name }}
You can’t perform that action at this time.
0 commit comments