We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a64062 commit ea61b46Copy full SHA for ea61b46
1 file changed
.github/workflows/ci_test.yml
@@ -38,10 +38,10 @@ jobs:
38
git fetch --depth=1 origin main
39
git show origin/main:ascend_test_suite/daemon.sh > daemon.sh
40
chmod a+x daemon.sh
41
- ./daemon.sh \
42
- Ascend \
43
- Smoke \
44
- MindIE \
45
- ${MODEL_LIST} \
46
- ${{ github.run_id }} \
47
- ${IMAGE}
+ # ./daemon.sh \
+ # Ascend \
+ # Smoke \
+ # MindIE \
+ # ${MODEL_LIST} \
+ # ${{ github.run_id }} \
+ # ${IMAGE}
0 commit comments