-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[RUST][CI] Add gpu node in jenkins #2318
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
Comments
Given that we are quite low on resources, can we restrict the test to CPU only and detect if gpu exists and optionally run gpu tests? See some python tests for example |
Absolutely! however, there needs to be separate |
Sure, we can have two scripts, closing this for now as the original comment is already resolved |
@tqchen Should this be merge before the PR? afaik, jenkins caches the build so cannot be in the same PR |
Please send a PR with task_rust_frontend.sh(which is an empty script) added to Jenkinsfile, after that is merged, you can update task_rust_frontend to add your test scripts |
Uh oh!
There was an error while loading. Please reload this page.
Hi
Right now, for Rust frontend PR #2292 it's required to have a gpu node similar to java to have a successful build.
Please include
tests/scripts/task_rust.sh
for now so that it can be changed in the frontend PR.The text was updated successfully, but these errors were encountered: