Skip to content

[CI] fix ROCM_HOME: unbound variable#31953

Closed
LucasWilkinson wants to merge 1 commit intovllm-project:mainfrom
neuralmagic:lwilkinson/fix-unbound
Closed

[CI] fix ROCM_HOME: unbound variable#31953
LucasWilkinson wants to merge 1 commit intovllm-project:mainfrom
neuralmagic:lwilkinson/fix-unbound

Conversation

@LucasWilkinson
Copy link
Copy Markdown
Collaborator

@LucasWilkinson LucasWilkinson commented Jan 8, 2026

#31922 broke the "2 Node Tests (4 GPUs in total)" with

[2026-01-08T07:32:12Z] ./.buildkite/scripts/run-multi-node-test.sh: line 10: ROCM_HOME: unbound variable

https://buildkite.com/organizations/vllm/pipelines/ci/builds/46074/jobs/019b9c75-6389-40dc-a23b-5ecd3683d951/log

Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
@LucasWilkinson LucasWilkinson added the ready ONLY add when PR is ready to merge/full CI is needed label Jan 8, 2026
@mergify mergify bot added ci/build rocm Related to AMD ROCm labels Jan 8, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request fixes an 'unbound variable' error in the run-multi-node-test.sh script that occurred when the ROCM_HOME environment variable was not set. The change uses the ${ROCM_HOME:-} parameter expansion to provide a default empty value if the variable is unset, which correctly resolves the issue under set -u. The fix is correct and appropriate.

@LucasWilkinson
Copy link
Copy Markdown
Collaborator Author

superseded by: #31967

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build ready ONLY add when PR is ready to merge/full CI is needed rocm Related to AMD ROCm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant