Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
72c068b8
Unverified
Commit
72c068b8
authored
Jan 08, 2026
by
TJian
Committed by
GitHub
Jan 08, 2026
Browse files
[CI] [Bugfix] Fix unbounded variable in `run-multi-node-test.sh` (#31967)
Signed-off-by:
tjtanaa
<
tunjian.tan@embeddedllm.com
>
parent
7645bc52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.buildkite/scripts/run-multi-node-test.sh
.buildkite/scripts/run-multi-node-test.sh
+1
-1
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+1
-0
No files found.
.buildkite/scripts/run-multi-node-test.sh
View file @
72c068b8
...
...
@@ -7,7 +7,7 @@ set -euox pipefail
if
[
-e
/dev/kfd
]
||
\
[
-d
/opt/rocm
]
||
\
command
-v
rocm-smi &> /dev/null
||
\
[
-n
"
$ROCM_HOME
"
]
;
then
[
-n
"
$
{
ROCM_HOME
:-}
"
]
;
then
IS_ROCM
=
1
else
IS_ROCM
=
0
...
...
.buildkite/test-pipeline.yaml
View file @
72c068b8
...
...
@@ -1104,6 +1104,7 @@ steps:
-
vllm/model_executor/models/
-
tests/distributed/
-
tests/examples/offline_inference/data_parallel.py
-
.buildkite/scripts/run-multi-node-test.sh
commands
:
-
# the following commands are for the first node, with ip 192.168.10.10 (ray environment already set up)
-
VLLM_TEST_SAME_HOST=0 torchrun --nnodes 2 --nproc-per-node=2 --rdzv_backend=c10d --rdzv_endpoint=192.168.10.10 distributed/test_same_node.py | grep 'Same node test passed'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment