Skip to content

Commit 9b1bed0

Browse files
committed
tmp
1 parent 34ba347 commit 9b1bed0

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,28 +121,26 @@ jobs:
121121
image: ${{ needs.prepare.outputs.image }}
122122
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
123123

124-
test:
125-
name: Test torch_npu
126-
needs:
127-
- prepare
128-
- build-torch
129-
- build
130-
if: ${{ github.event_name == 'push' }} # TODO
131-
uses: ./.github/workflows/_ascend_npu_ut.yml
132-
with:
133-
runner: ${{ needs.prepare.outputs.runner }}
134-
image: ${{ needs.prepare.outputs.image }}
135-
device: ${{ needs.prepare.outputs.device }}
136-
torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
137-
torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
124+
# test:
125+
# name: Test torch_npu
126+
# needs:
127+
# - prepare
128+
# - build-torch
129+
# - build
130+
# uses: ./.github/workflows/_ascend_npu_ut.yml
131+
# with:
132+
# runner: ${{ needs.prepare.outputs.runner }}
133+
# image: ${{ needs.prepare.outputs.image }}
134+
# device: ${{ needs.prepare.outputs.device }}
135+
# torch-artifact: ${{ needs.build-torch.outputs.torch-artifact }}
136+
# torch-npu-artifact: ${{ needs.build.outputs.torch-npu-artifact }}
138137

139138
benchmark:
140139
name: Run benchmarks
141140
needs:
142141
- prepare
143142
- build-torch
144143
- build
145-
- test
146144
uses: ./.github/workflows/_ascend_npu_benchmark.yml
147145
with:
148146
runner: ${{ needs.prepare.outputs.runner }}

0 commit comments

Comments
 (0)