File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ jobs:
133133 image : ${{ needs.prepare.outputs.image }}
134134 device : ${{ needs.prepare.outputs.device }}
135135 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
136+ username : ${{ secrets.RUNNER_USERNAME }}
137+ token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
136138
137139 test :
138140 name : Test torch_npu
@@ -150,6 +152,8 @@ jobs:
150152 device : ${{ needs.prepare.outputs.device }}
151153 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
152154 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
155+ username : ${{ secrets.RUNNER_USERNAME }}
156+ token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
153157
154158 benchmark :
155159 name : Run benchmarks
@@ -168,5 +172,7 @@ jobs:
168172 device : ${{ needs.prepare.outputs.device }}
169173 torch-artifact : ${{ needs.build-torch.outputs.torch-artifact }}
170174 torch-npu-artifact : ${{ needs.build.outputs.torch-npu-artifact }}
175+ username : ${{ secrets.RUNNER_USERNAME }}
176+ token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
171177 secrets :
172178 pr-token : ${{ secrets.ASCEND_RUNNER_TOKEN }}
You can’t perform that action at this time.
0 commit comments