-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Docs] Add developer doc about CI failures #18782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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]>
👋 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 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 🚀 |
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]>
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
Can you fix pre-commit? |
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this 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]>
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]>
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]>
Signed-off-by: Russell Bryant <[email protected]> Co-authored-by: Mark McLoughlin <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
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