Skip to content

Commit 2502d3d

Browse files
committed
fix
Signed-off-by: wangli <[email protected]>
1 parent deae83e commit 2502d3d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/scripts/install_and_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ main() {
4949
check_and_config
5050
install_sys_dependencies
5151
install_vllm
52-
52+
sleep 10000
5353
echo "====> Installation completed successfully"
5454
echo "====> Starting multi node tests"
5555
# test data parallel on mp backend

.github/workflows/vllm_ascend_multi_node_test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
- name: Set config
6161
run: |
6262
git config --global --add safe.directory "$GITHUB_WORKSPACE"
63+
64+
- name: check user
65+
run: |
66+
whoami
67+
6368
- name: Checkout vllm-ascend
6469
uses: actions/checkout@v4
6570
with:

0 commit comments

Comments
 (0)