File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,16 +63,17 @@ jobs:
6363 echo "has_docker_changes=false" >> $GITHUB_OUTPUT
6464 fi
6565
66- # cuda_tests:
67- # name: CUDA tests
68- # needs: check_docker_changes
69- # if: >-
70- # (github.event_name != 'workflow_dispatch' || inputs.platform == 'all' || inputs.platform == 'cuda') &&
71- # (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || needs.check_docker_changes.outputs.has_docker_changes != 'true')
72- # uses: ./.github/workflows/all_tests_common.yml
73- # with:
74- # platform: cuda
66+ cuda_tests :
67+ name : CUDA tests
68+ needs : check_docker_changes
69+ if : >-
70+ (github.event_name != 'workflow_dispatch' || inputs.platform == 'all' || inputs.platform == 'cuda') &&
71+ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || needs.check_docker_changes.outputs.has_docker_changes != 'true')
72+ uses : ./.github/workflows/all_tests_common.yml
73+ with :
74+ platform : cuda
7575
76+ # Disable util the new deivces ready
7677 # ascend_tests:
7778 # name: Ascend tests
7879 # if: github.event_name != 'workflow_dispatch' || inputs.platform == 'all' || inputs.platform == 'ascend'
You can’t perform that action at this time.
0 commit comments