Skip to content

Commit 4298215

Browse files
committed
update
1 parent 3f997d2 commit 4298215

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -138,20 +138,20 @@ jobs:
138138
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
139139
torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
140140

141-
# benchmark:
142-
# name: Run benchmarks
143-
# needs:
144-
# - prepare
145-
# - build-torch
146-
# - build
147-
# - test
148-
# if: ${{ success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success') }}
149-
# uses: ./.github/workflows/_ascend_npu_benchmark.yml
150-
# with:
151-
# runner: ${{ needs.prepare.outputs.runner }}
152-
# image: ${{ needs.prepare.outputs.image }}
153-
# device: ${{ needs.prepare.outputs.device }}
154-
# torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
155-
# torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
156-
# secrets:
157-
# pr-token: ${{ secrets.COSDT_BOT_TOKEN }}
141+
benchmark:
142+
name: Run benchmarks
143+
needs:
144+
- prepare
145+
- build-torch
146+
- build
147+
- test
148+
if: ${{ success() || (needs.build-torch.result == 'skipped' && needs.build.result == 'success') }}
149+
uses: ./.github/workflows/_ascend_npu_benchmark.yml
150+
with:
151+
runner: ${{ needs.prepare.outputs.runner }}
152+
image: ${{ needs.prepare.outputs.image }}
153+
device: ${{ needs.prepare.outputs.device }}
154+
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
155+
torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
156+
secrets:
157+
pr-token: ${{ secrets.COSDT_BOT_TOKEN }}

0 commit comments

Comments
 (0)