Skip to content

Commit 17e202a

Browse files
committed
merge workflow
1 parent c846c35 commit 17e202a

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/all_tests.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)