File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff 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 }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments