Skip to content

[CI] Fix image merge bug#5197

Merged
wangxiyuan merged 1 commit intovllm-project:mainfrom
Potabk:fix_nightly2
Dec 19, 2025
Merged

[CI] Fix image merge bug#5197
wangxiyuan merged 1 commit intovllm-project:mainfrom
Potabk:fix_nightly2

Conversation

@Potabk
Copy link
Copy Markdown
Collaborator

@Potabk Potabk commented Dec 19, 2025

What this PR does / why we need it?

Some tiny bugfix for #5175

How was this patch tested?

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 removes a temporary workaround from the nightly test script that was pulling the latest changes from git. The change itself is just the removal of the upgrade_vllm_ascend_scr function. However, my review indicates that the call to this function within the main function was not removed, which will break the script. This is a critical issue that needs to be addressed by removing the dangling function call.

I am having trouble creating individual review comments. Click here to see my feedback.

tests/e2e/nightly/multi_node/scripts/run.sh (127-135)

critical

The upgrade_vllm_ascend_scr function is being removed, which is correct according to the PR's goal. However, based on the provided file content, the call to this function at line 149 within the main function appears to have been left in. This will lead to a script failure with a 'command not found' error. Please ensure the call at line 149 is also deleted.

Signed-off-by: wangli <wangli858794774@gmail.com>
@Potabk Potabk changed the title [CI] Do not fetch from remote running nightly tests [CI] Fix image merge bug Dec 19, 2025
@wangxiyuan wangxiyuan merged commit 14931d2 into vllm-project:main Dec 19, 2025
8 checks passed
@Potabk Potabk deleted the fix_nightly2 branch December 19, 2025 09:30
@github-actions
Copy link
Copy Markdown
Contributor

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

chenaoxuan pushed a commit to chenaoxuan/vllm-ascend that referenced this pull request Dec 20, 2025
### What this PR does / why we need it?
Some tiny bugfix for
vllm-project#5175

Signed-off-by: wangli <wangli858794774@gmail.com>
ZRJ026 pushed a commit to ZRJ026/vllm-ascend that referenced this pull request Feb 28, 2026
### What this PR does / why we need it?
Some tiny bugfix for
vllm-project#5175

Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: zrj026 <zhangrunjiang026@gmail.com>
ZRJ026 pushed a commit to ZRJ026/vllm-ascend that referenced this pull request Mar 4, 2026
### What this PR does / why we need it?
Some tiny bugfix for
vllm-project#5175

Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: zrj026 <zhangrunjiang026@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants