Skip to content

Conversation

russellb
Copy link
Member

@russellb russellb commented May 27, 2025

This document describes what to do when CI fails on a PR and appears to
be unrelated to the changes in the PR. We have a GitHub dashboard of
open issues related to failing tests. This doc encourages more people to
help file and fix these issues.

Co-authored-by: Mark McLoughlin [email protected]
Signed-off-by: Russell Bryant [email protected]


Preview: https://vllm--18782.org.readthedocs.build/en/18782/contributing/ci-failures.html

This document describes what to do when CI fails on a PR and appears to
be unrelated to the changes in the PR. We have a GitHub dashboard of
open issues related to failing tests. This doc encourages more people to
help file and fix these issues.

Co-authored-by: Mark McLoughlin <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
@russellb russellb requested a review from hmellor as a code owner May 27, 2025 23:05
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@mergify mergify bot added the documentation Improvements or additions to documentation label May 27, 2025
russellb and others added 3 commits May 30, 2025 16:20
Signed-off-by: Russell Bryant <[email protected]>

Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>

Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>

Co-authored-by: Cyrus Leung <[email protected]>
@russellb russellb requested a review from DarkLight1337 May 30, 2025 20:22
@DarkLight1337
Copy link
Member

Can you fix pre-commit?

russellb added 3 commits June 2, 2025 16:08
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
@DarkLight1337 DarkLight1337 enabled auto-merge (squash) June 3, 2025 03:18
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Jun 3, 2025
Comment on lines +44 to +59
<details>
<summary>Logs:</summary>

```text
ERROR 05-20 03:26:38 [dump_input.py:68] Dumping input data
--- Logging error ---
Traceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 203, in execute_model
return self.model_executor.execute_model(scheduler_output)
...
FAILED failing/test.py:failing_test1 - Failure description
FAILED failing/test.py:failing_test2 - Failure description
FAILED failing/test.py:failing_test3 - Failure description
```

</details>
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

@hmellor hmellor left a comment

Choose a reason for hiding this comment

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

Overall LGTM, just a few formatting nits

Signed-off-by: Russell Bryant <[email protected]>

Co-authored-by: Harry Mellor <[email protected]>
@DarkLight1337 DarkLight1337 merged commit 52dceb1 into vllm-project:main Jun 4, 2025
43 checks passed
minpeter pushed a commit to minpeter/vllm that referenced this pull request Jun 24, 2025
Signed-off-by: Russell Bryant <[email protected]>
Co-authored-by: Mark McLoughlin <[email protected]>
Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: minpeter <[email protected]>
avigny pushed a commit to avigny/vllm that referenced this pull request Jul 31, 2025
Signed-off-by: Russell Bryant <[email protected]>
Co-authored-by: Mark McLoughlin <[email protected]>
Co-authored-by: Cyrus Leung <[email protected]>
Signed-off-by: avigny <[email protected]>
googlercolin pushed a commit to googlercolin/vllm that referenced this pull request Aug 29, 2025
Signed-off-by: Russell Bryant <[email protected]>
Co-authored-by: Mark McLoughlin <[email protected]>
Co-authored-by: Cyrus Leung <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation ready ONLY add when PR is ready to merge/full CI is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants