Skip to content

Conversation

alyssais
Copy link
Contributor

Summary of the PR

Link: #877 (comment)

Requirements

Before submitting your PR, please make sure you addressed the following
requirements:

  • All commits in this PR have Signed-Off-By trailers (with
    git commit -s), and the commit message has max 60 characters for the
    summary and max 75 characters for each description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

"test_name": "style",
"command": "cargo fmt --all -- --check --config format_code_in_doc_comments=true"
},
{
Copy link
Member

Choose a reason for hiding this comment

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

LGTM, but I'd add the same also in for staging crates (.buildkite/staging-tests.json)

@stefano-garzarella
Copy link
Member

@roypat @epilys @RuoqingHe do you think we should add something similar also in https://github.com/rust-vmm/rust-vmm-ci/blob/main/.buildkite/test_description.json ?

@roypat
Copy link
Member

roypat commented Sep 19, 2025

@roypat @epilys @RuoqingHe do you think we should add something similar also in rust-vmm/rust-vmm-ci@main/.buildkite/test_description.json ?

Yes, I think we should. crates.io automatically publishes our documentation to docs.rs, and if cargo doc doesnt work, that might limit discoverability of our crates

@alyssais
Copy link
Contributor Author

Should I keep going with this PR, or is the idea that it'll be entirely handled in rust-vmm-ci?

@stefano-garzarella
Copy link
Member

@alyssais unfortunately here in vhost-device we don't use the rust-vmm-ci pipeline, because we customized it, so we need to do in both. Thanks for the effort!

@alyssais
Copy link
Contributor Author

Ah, I guess I actually need to fix the staging devices first!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants