-
Notifications
You must be signed in to change notification settings - Fork 183
CI: Add Mooncake plugin to CI #1013
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
base: main
Are you sure you want to change the base?
Conversation
|
👋 Hi Alexey-Rivkin! Thank you for contributing to ai-dynamo/nixl. Your PR reviewers will review your contribution then trigger the CI to test your changes. 🚀 |
|
/build |
Signed-off-by: Alexey Rivkin <[email protected]>
61772d1 to
b05f8c6
Compare
|
/build |
IssuesCompilation WarningsMooncake build fails due to warnings compiling the yalantinglibs dependency. Need to decide whether to suppress these warnings. Plugin Unload FailureTest C++ fails to unload the Mooncake plugin after test execution: |
|
Adding @iyastreb who might be able to help |
|
I use the same commands to build Mooncake in my Dockerfile |
What?
Add Mooncake Transfer Engine compilation and testing to NIXL CI pipeline.
Why?
Enable the plugin coverage in CI.
How?